mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 21:59:14 +00:00
feat: 修改select2 value值
This commit is contained in:
@@ -150,6 +150,9 @@ export default {
|
||||
iAjax(newValue, oldValue) {
|
||||
this.$log.debug('Select url changed: ', oldValue, ' => ', newValue)
|
||||
this.refresh()
|
||||
},
|
||||
value(iNew) {
|
||||
this.iValue = iNew
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
Reference in New Issue
Block a user