NEZ-1422 feat: 新增字段,完善Date Expires,license_type=trial
This commit is contained in:
@@ -401,7 +401,6 @@ export default {
|
||||
target: this.searchLabel,
|
||||
propertyName: 'name',
|
||||
type: 'string',
|
||||
|
||||
defaultJson: {
|
||||
disabled: false,
|
||||
id: 2,
|
||||
@@ -413,9 +412,6 @@ export default {
|
||||
jsonKey: 'val'
|
||||
}
|
||||
}
|
||||
Object.keys(this.$route.query).forEach(key => {
|
||||
this.$set(searchKeys[key].target, key, this.$route.query[key])
|
||||
})
|
||||
this.initQueryFromPath(searchKeys)
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user