NEZ-807 fix: 标签关闭 提示功能

This commit is contained in:
@changcode
2021-07-05 14:43:47 +08:00
parent 6718e194d0
commit d33f6ff598
29 changed files with 164 additions and 4 deletions

View File

@@ -221,6 +221,7 @@
<script>
import nzTransfer from '@/components/common/nzTransfer'
import { asset as assetConstants } from '@/components/common/js/constants'
import editRigthBox from '../../mixin/editRigthBox'
export default {
name: 'assetBatchEditBox',
components: {
@@ -237,6 +238,7 @@ export default {
type: Array
}
},
mixins: [editRigthBox],
data () {
const vm = this
return {
@@ -467,6 +469,9 @@ export default {
immediate: true,
deep: true,
handler (n) {
if (n.id) {
this.isEdit = true
}
if (n !== assetConstants.editTypeData.account) {
this.editData.authProtocol = 0
} else {