fix : recordRule页面删除buildIn ,starred搜索条件

This commit is contained in:
likexuan
2022-09-05 13:53:24 +08:00
parent 02d8b51ebb
commit 2a319cee51
4 changed files with 10 additions and 56 deletions

View File

@@ -1096,38 +1096,6 @@ export default {
val: ''
},
jsonKey: 'val'
},
starrd: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'starrd',
type: 'Number',
defaultJson: {
disabled: false,
label: 'starrd',
name: 'Starrd',
type: 'select',
val: '',
valnum: '',
listStr: 'issue'
},
jsonKey: 'valnum'
},
buildIn: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'buildIn',
type: 'Number',
defaultJson: {
disabled: false,
label: 'buildIn',
name: 'buildIn',
type: 'select',
val: '',
valnum: '',
listStr: 'issue'
},
jsonKey: 'valnum'
}
}
} else if (path === 'issue') {