修改流程传参
This commit is contained in:
@@ -556,6 +556,9 @@ export default {
|
||||
}else if(this.selectList.length < 1){
|
||||
this.$message.warning('请至少选择一条数据进行带入')
|
||||
}else{
|
||||
this.standardSearch.standId = this.selectList[0].id
|
||||
this.standardSearch.standtextStatus = "3lqnlgmgcn"
|
||||
this.standardSearch.textStatusBuss = this.selectList[0].textStatusBuss || '--'
|
||||
this.standardSearch.standCode = this.selectList[0].standCode || '--'
|
||||
this.standardSearch.standName = this.selectList[0].standName || '--'
|
||||
this.standardSearch.enName = this.selectList[0].standEnName || '--'
|
||||
@@ -620,6 +623,8 @@ export default {
|
||||
this.isSubmit = true
|
||||
this.standardSearch.commentText = this.commentText
|
||||
var json = Object.assign(this.standardSearch, this.roleForm)
|
||||
console.log(json);
|
||||
return
|
||||
this.$http.get('lawss/activiti/startProcess', {type: '24'}, {
|
||||
_this: this
|
||||
}, res => {
|
||||
|
||||
Reference in New Issue
Block a user