fix 81326

This commit is contained in:
赵霄
2024-01-25 17:42:20 +08:00
parent 5f9db1562c
commit 42866da3c4
2 changed files with 3 additions and 0 deletions
@@ -157,6 +157,7 @@ export default {
this.$set(this.dataSource, 0, data)
}
this.$emit('standard:change', this.dataSource[0])
this.$emit('source:change', null)
this.$message.success(this.$t('operationSuccessful'))
},
handleSourceChange (value, record) {
@@ -303,6 +303,8 @@ export default {
showSizeChanger: true,
total: 0
}
this.selectedRowKeys = []
this.selectedRowList = []
},
handleTypeChange () {
this.$forceUpdate()