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 => {