QuKatie %!s(int64=3) %!d(string=hai) anos
pai
achega
eae06ec34c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 => {