#
whycq
2023-11-21 662445047bd24967041b74cd6be53b7493ff312d
pages/business/saleManage/saleManage.vue
@@ -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);