Browse Source

000

shibei_master
dai 3 years ago
parent
commit
821e1e6942
  1. 8
      src/views/modules/communityService/measure/index.vue

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

Loading…
Cancel
Save