From d1f973ecda661dadd62a05a51341ca2a1fe3efca Mon Sep 17 00:00:00 2001 From: x_z Date: Fri, 17 Jun 2022 09:04:55 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=99=A8=E6=A2=B0=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=90=8D=E7=A7=B0=E6=9D=A1=E4=BB=B6=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=94=A8=E6=88=B7=E5=90=8D=E7=A7=B0=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/UdiInfoManageSp.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/basic/UdiInfoManageSp.vue b/src/views/basic/UdiInfoManageSp.vue index b2b5294..721002f 100644 --- a/src/views/basic/UdiInfoManageSp.vue +++ b/src/views/basic/UdiInfoManageSp.vue @@ -905,7 +905,6 @@ export default { handleDetail(row) { this.editQuery = row; - console.log(row); }, deleteOrders(data) { this.loading = true; @@ -1032,7 +1031,6 @@ export default { this.relId = val.id; this.isImportUdi = true; this.thisData = val; - console.log("-----" + this.uuid + "-2222--" + this.relId); this.selectLocalVisible = true; }, @@ -1044,7 +1042,6 @@ export default { handleSelectionChange(val) { - console.log("----" + val); this.multipleSelection = val; }, @@ -1077,7 +1074,6 @@ export default { page: 1, limit: 10, }; - console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy); this.getDetailList(ttquery); this.getThirdSysDetail(); @@ -1237,9 +1233,8 @@ export default { }, findMethod(query) { - console.log(query); let cQuery = { - customerName: query, + companyName: query, page: 1, limit: 10, };