bug修复: 修复table-selector组件问题
parent
2c576b6c89
commit
8f55e5b9bb
|
@ -202,7 +202,7 @@ export default {
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
immediate: true
|
immediate: true
|
||||||
}
|
},
|
||||||
currentValue (newValue, oldVal) {
|
currentValue (newValue, oldVal) {
|
||||||
const { tableConfig } = this._elProps
|
const { tableConfig } = this._elProps
|
||||||
const { value } = this.dict
|
const { value } = this.dict
|
||||||
|
|
Loading…
Reference in New Issue