|
@@ -557,7 +557,9 @@ export default {
|
|
this.openitemTitle = "添加开项";
|
|
this.openitemTitle = "添加开项";
|
|
this.openitemForm.deptId = row.deptId;
|
|
this.openitemForm.deptId = row.deptId;
|
|
this.openitemForm.auditId = row.auditId;
|
|
this.openitemForm.auditId = row.auditId;
|
|
- this.openitemForm.questionnaireId = row.questionnaireId;
|
|
|
|
|
|
+ this.openitemForm.questionnaireId = row.id;
|
|
|
|
+ console.log(this.openitemForm)
|
|
|
|
+ console.log(row)
|
|
this.openitemForm.code = row.code;
|
|
this.openitemForm.code = row.code;
|
|
},
|
|
},
|
|
/** 开项提交按钮 */
|
|
/** 开项提交按钮 */
|