From 3ba46795c2a238eac2c82073e3beda996f35a01f Mon Sep 17 00:00:00 2001 From: x_z Date: Fri, 1 Jul 2022 15:33:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E5=BA=93=E5=AD=98=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9C=AA=E9=87=8D=E7=BD=AE=E5=88=86=E9=A1=B5=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=AF=BC=E8=87=B4=E6=97=A0=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=202.=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E8=B0=83=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/UdiInfoManage.vue | 4 ---- src/views/inventory/InvProducts.vue | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index cd5e735..a13ba4d 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -959,7 +959,6 @@ export default { handleDetail(row) { this.editQuery = row; - console.log(row); }, selectVersion() { this.selectVersionVisible = true; @@ -1125,7 +1124,6 @@ export default { this.relId = val.id; this.isImportUdi = true; this.thisData = val; - console.log("-----" + this.uuid + "-2222--" + this.relId); this.selectLocalVisible = true; }, @@ -1137,7 +1135,6 @@ export default { handleSelectionChange(val) { - console.log("----" + val); this.multipleSelection = val; }, @@ -1170,7 +1167,6 @@ export default { page: 1, limit: 10, }; - console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy); this.getDetailList(ttquery); this.getThirdSysDetail(); diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue index 8c0e258..335aae3 100644 --- a/src/views/inventory/InvProducts.vue +++ b/src/views/inventory/InvProducts.vue @@ -265,6 +265,7 @@ export default { }, getList() { this.loading = true; + this.filterQuery.page = 1; this.filterQuery.customerId = store.getters.customerId; filterProducts(this.filterQuery) .then((response) => {