#
zjj
2024-04-07 e6a02c8b09a796e436a501e9b87d19e25c34c9d1
pages/business/saleManage/saleManage.vue
@@ -92,7 +92,7 @@
            user: {
               username: '',
               id: 0,
               type: 'user_id'
               type: ''
            },
            falg: true,
            csmtrList: [],
@@ -168,7 +168,6 @@
                     return
                  }
                  var res = result.data
                  console.log(res);
                  if (res.code === 200) {
                     let list = res.data.records
                     that.csmtrList = that.reload ? list : that.csmtrList.concat(list);