QuKatie 3 년 전
부모
커밋
eae06ec34c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/exportTrade/customerInquiry/detailsPage.vue

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

@@ -1031,6 +1031,7 @@ 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 => {