Commit 4224cb08 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents aeebc362 6af9d30b
Pipeline #3927 canceled with stages
......@@ -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"
......@@ -723,7 +723,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