NEZ-1422 feat: 新增字段,完善Date Expires,license_type=trial

This commit is contained in:
@changcode
2021-12-23 14:54:00 +08:00
parent 0b7efe0f2a
commit 52a92d05c8
9 changed files with 61 additions and 76 deletions

View File

@@ -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 () {