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