NEZ-1680 fix:Asset批量修改时保存成功,查看界面显示部分数据修改失败
This commit is contained in:
@@ -193,8 +193,8 @@ export default {
|
||||
this.selectedSelection = val
|
||||
},
|
||||
leftToRight () {
|
||||
this.$emit('leftToRight', this.selectableSelection)
|
||||
this.selectedData.splice(0, 0, ...this.selectableSelection)
|
||||
this.$emit('leftToRight', this.selectedData)
|
||||
},
|
||||
rightToLeft () {
|
||||
this.$emit('rightToLeft', this.selectedSelection)
|
||||
|
||||
@@ -434,7 +434,7 @@ export default {
|
||||
this.getTableData()
|
||||
},
|
||||
getTableData () {
|
||||
this.$refs.transfer.startLoading()
|
||||
this.$refs.transfer && this.$refs.transfer.startLoading()
|
||||
const searchLabel = { ...this.transfer.searchLabel }
|
||||
if (this.editData.editType === assetConstants.editTypeData.account) {
|
||||
searchLabel.authProtocol = this.editData.authProtocol
|
||||
|
||||
Reference in New Issue
Block a user