Explorar o código

定期会议 - 开项问卷id关联问题

wangggziwen hai 8 meses
pai
achega
863575065e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-ui/src/views/rc/meeting/index.vue

+ 1 - 1
ruoyi-ui/src/views/rc/meeting/index.vue

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