feat: 修改select2 value值

This commit is contained in:
ibuler
2020-06-10 17:04:31 +08:00
parent 8b7f716f96
commit 1b312b2ded

View File

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