计划立项 立项单id没有传参问题
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user