|
|
@@ -224,9 +224,9 @@ export default {
|
|
|
stateActive: false,
|
|
|
searchForms: {
|
|
|
forms: [
|
|
|
- { prop: 'Q^subject_^SL', label: '事务名称' },
|
|
|
+ { prop: 'Q^procDefName^SL', label: '事务名称' },
|
|
|
// { prop: 'Q^inst.subject_^SL', label: '事务说明' },
|
|
|
- { prop: 'Q^procDefName^SL', label: '事务说明' },
|
|
|
+ { prop: 'Q^subject_^SL', label: '事务说明' },
|
|
|
{
|
|
|
prop: ['Q^create_time_^DL', 'Q^create_time_^DG'],
|
|
|
label: '创建时间',
|
|
|
@@ -350,10 +350,10 @@ export default {
|
|
|
getSearcFormData() {
|
|
|
let params = {}
|
|
|
if (this.$utils.isNotEmpty(this.subject)) {
|
|
|
- params['Q^temp.subject_^SL'] = this.subject
|
|
|
+ params['Q^temp.procDefName^SL'] = this.subject
|
|
|
}
|
|
|
if (this.$utils.isNotEmpty(this.typeId)) {
|
|
|
- params['Q^temp.TYPE_ID_^S'] = this.typeId
|
|
|
+ params['Q^temp.subject_^SL'] = this.typeId
|
|
|
}
|
|
|
if (this.$utils.isNotEmpty(this.defKey)) {
|
|
|
params['Q^temp.proc_def_key_^S'] = this.defKey
|