|
@@ -148,7 +148,7 @@ export default {
|
|
|
listConfig: {
|
|
listConfig: {
|
|
|
// 工具栏
|
|
// 工具栏
|
|
|
toolbars: [
|
|
toolbars: [
|
|
|
- { key: 'search' },
|
|
|
|
|
|
|
+ { key: 'search' }
|
|
|
// {
|
|
// {
|
|
|
// key: 'agree',
|
|
// key: 'agree',
|
|
|
// label: '提交/通过',
|
|
// label: '提交/通过',
|
|
@@ -233,11 +233,13 @@ export default {
|
|
|
if (params.hasOwnProperty('Q^temp.proc_def_name_^SL')) {
|
|
if (params.hasOwnProperty('Q^temp.proc_def_name_^SL')) {
|
|
|
const temp = params['Q^temp.proc_def_name_^SL']
|
|
const temp = params['Q^temp.proc_def_name_^SL']
|
|
|
delete params['Q^temp.proc_def_name_^SL']
|
|
delete params['Q^temp.proc_def_name_^SL']
|
|
|
|
|
+ params['Q^TYPE_ID_^S'] = this.typeId
|
|
|
res = ActionUtils.formatParams(params, this.pagination, this.sorts)
|
|
res = ActionUtils.formatParams(params, this.pagination, this.sorts)
|
|
|
res.customs = {
|
|
res.customs = {
|
|
|
procDefName: temp
|
|
procDefName: temp
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+ params['Q^TYPE_ID_^S'] = this.typeId
|
|
|
res = ActionUtils.formatParams(params, this.pagination, this.sorts)
|
|
res = ActionUtils.formatParams(params, this.pagination, this.sorts)
|
|
|
}
|
|
}
|
|
|
return res
|
|
return res
|