Commit 6af9d30b authored by linxin's avatar linxin

fixed

parent 4db7959b
......@@ -39,7 +39,7 @@
</div>
</item>
<item v-if="bp_type_flag">
<div slot="name">{{ typeName }}</div>
<div slot="name" class="required">{{ typeName }}</div>
<input
v-if="bpClass_flag"
slot="content"
......@@ -716,7 +716,7 @@ export default {
this.multiBpType.bp_type = ''
this.isAddNewType = false
},
selectIdMultiType () {
selectIdMultiType (e) {
let vm = this
let List
if (vm.baseInfo.bp_type === 'TENANT') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment