计划立项 立项单id没有传参问题

This commit is contained in:
zyx.net
2022-10-14 13:44:01 +08:00
parent f434b040dd
commit 77f6fec7b2
@@ -828,6 +828,7 @@ export default {
if (valid) { if (valid) {
this.isSubmit = true this.isSubmit = true
this.qbfsForm.commentText = this.commentText this.qbfsForm.commentText = this.commentText
this.qbfsForm.LXD = this.qbfsForm.LXD
let jsons = JSON.stringify(this.qbfsForm); let jsons = JSON.stringify(this.qbfsForm);
this.$http.post('lawss/activiti/completeTask', { this.$http.post('lawss/activiti/completeTask', {
taskIds: this.$route.query.taskIds, taskIds: this.$route.query.taskIds,
@@ -1107,6 +1108,8 @@ export default {
}else { }else {
this.$onlineEdit(id,fileNam2,this.$store.getters.userInfo.userId,this.$store.getters.userInfo.userName) this.$onlineEdit(id,fileNam2,this.$store.getters.userInfo.userId,this.$store.getters.userInfo.userName)
} }
this.qbfsForm.LXD = id
this.qbfsForm.LXDName = '立项单'
}, },
//体系结构单选 //体系结构单选
handleClick(data,checked, node){ handleClick(data,checked, node){