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