管控流程立项单带不出来问题修改
This commit is contained in:
@@ -657,6 +657,7 @@ export default {
|
|||||||
workChangeList: [],
|
workChangeList: [],
|
||||||
standSortOptions: [],
|
standSortOptions: [],
|
||||||
cbcdOptions: [],
|
cbcdOptions: [],
|
||||||
|
lxdList:[],
|
||||||
BZList: [],
|
BZList: [],
|
||||||
qcdwOptions: [],
|
qcdwOptions: [],
|
||||||
LXDList: [],
|
LXDList: [],
|
||||||
@@ -828,7 +829,8 @@ 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
|
this.qbfsForm.LXD = this.lxdList[0].id
|
||||||
|
this.qbfsForm.LXDName = '立项单'
|
||||||
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,
|
||||||
@@ -1071,13 +1073,17 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
assemble(ids,names){
|
assemble(ids,names){
|
||||||
|
console.log(ids,'ids')
|
||||||
|
console.log(this.qbfsForm.LXD)
|
||||||
|
this.qbfsForm.LXD = ids
|
||||||
|
this.qbfsForm.LXDName = '立项单'
|
||||||
let list= new Array();
|
let list= new Array();
|
||||||
let idArray=ids.split(',');
|
let idArray=ids.split(',');
|
||||||
let nameArray=names.split(',');
|
let nameArray=names.split(',');
|
||||||
for(let i=0; i<idArray.length; i++){
|
for(let i=0; i<idArray.length; i++){
|
||||||
list.push({id:idArray[i],name:nameArray[i]});
|
list.push({id:idArray[i],name:nameArray[i]});
|
||||||
}
|
}
|
||||||
|
this.lxdList = [...list]
|
||||||
return list;
|
return list;
|
||||||
},
|
},
|
||||||
// 文件预览及下载
|
// 文件预览及下载
|
||||||
|
|||||||
Reference in New Issue
Block a user