fix:保存时 必填项的选项卡的切换的问题

This commit is contained in:
zhangyu
2021-08-05 16:11:46 +08:00
parent d829cb432e
commit cea63d4743
7 changed files with 20 additions and 8 deletions

View File

@@ -143,6 +143,7 @@
<script>
import editEndpointBoxNew from './editEndpointBoxNew'
import editRigthBox from '@/components/common/mixin/editRigthBox'
export default {
name: 'batchAddEndpointBox',
props: {
@@ -150,6 +151,7 @@ export default {
currentModule: Object,
selectEndpointList: Array
},
mixins: [editRigthBox],
components: {
'edit-endpoint-box-new': editEndpointBoxNew
},
@@ -440,6 +442,7 @@ export default {
}
},
created () {
this.isEdit = true
this.getModuleList()
this.getAssetList()
},