fix 81326
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user