From 821e1e6942ff72b42914f5d819c5fa73d9086d71 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 20 May 2022 16:38:18 +0800 Subject: [PATCH] 000 --- src/views/modules/communityService/measure/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue index 75cfabff..f42f18f9 100644 --- a/src/views/modules/communityService/measure/index.vue +++ b/src/views/modules/communityService/measure/index.vue @@ -1054,16 +1054,16 @@ export default { this.dialogVisible = true; }, async handleLook(row, type) { - await this.formatRowForm2(row, type, true); + await this.formatRowForm(row, type, true); }, async handleAppoint(row, type) { - await this.formatRowForm2(row, type, true); + await this.formatRowForm(row, type, true); }, async handleFinish(row, type) { - await this.formatRowForm2(row, type, true); + await this.formatRowForm(row, type, true); }, async handleEdit(row, type) { - await this.formatRowForm2(row, type, false); + await this.formatRowForm(row, type, false); // this.form = { ...row, categoryCode: [row.parentCode, row.categoryCode] } // this.addType = addType // this.demandOptions.forEach(item => {