Browse Source

核算查看

lamphua 4 days ago
parent
commit
775ce52267
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      oa-ui/src/views/oa/check/index.vue

+ 1
- 2
oa-ui/src/views/oa/check/index.vue View File

@@ -187,8 +187,7 @@ export default {
187 187
     },
188 188
     /** 查看按钮操作 */
189 189
     handleView(row) {
190
-      this.taskForm.formId = row.checkId;
191
-
190
+      this.$set(this.taskForm, 'formId', row.checkId)
192 191
       this.open = true;
193 192
       this.title = "查看cmc项目核算";
194 193
     },

Loading…
Cancel
Save