From d2758f137449d4a01a3a94a2fbd4a5bb7820d512 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 29 May 2023 17:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enterprise/check/index.vue | 29 ++++++++----------------- src/views/userManage/customerManage.vue | 4 ++-- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/src/views/enterprise/check/index.vue b/src/views/enterprise/check/index.vue index f379f2e..afa14ff 100644 --- a/src/views/enterprise/check/index.vue +++ b/src/views/enterprise/check/index.vue @@ -33,9 +33,8 @@ - - - + - - - + @@ -146,7 +139,6 @@ export default { editType: 0, //0:新增,1:编辑 fromOptions: [], - }; @@ -164,7 +156,7 @@ export default { }; return statusMap[status]; }, - + statusFilterName(status) { const statusMap = { @@ -196,7 +188,7 @@ export default { }, getList() { //this.loading = true; - + }, onSubmit() { this.getList(); @@ -217,12 +209,11 @@ export default { this.filterQuery.page = val.page; this.getList(); }, - + closeDialog() { this.supCompanyVisible = false; }, - registrationDialog(row) { if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) { @@ -236,7 +227,7 @@ export default { this.inputProudtQuery = row; this.registrationVisible = true; }, - + getRegistrationList() { this.registrationLoading = true; getRegistrationList(this.registrationQuery) @@ -256,9 +247,7 @@ export default { } }, - components: { - - } + components: {} , created() { diff --git a/src/views/userManage/customerManage.vue b/src/views/userManage/customerManage.vue index 66e3739..d76ad04 100644 --- a/src/views/userManage/customerManage.vue +++ b/src/views/userManage/customerManage.vue @@ -359,9 +359,9 @@