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