QuKatie 3 年之前
父节点
当前提交
d4ffab0839
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/exportTrade/customerInquiry/detailsPage.vue

+ 0 - 1
src/views/exportTrade/customerInquiry/detailsPage.vue

@@ -1031,7 +1031,6 @@ export default {
     getGoods(1, 10).then(res => {
       if (res.data.data.total > 0) {
         this.goodsoptions = res.data.data.records;
-        console.log('1')
         if (Math.ceil(res.data.data.total / 10) > 1) {
           for (let i = 2; i <= Math.ceil(res.data.data.total / 10); i++) {
             getGoods(i, 10).then(e => {