Commit d846f5ca by caoyanzhi

fix: 修复用户分组所属门店标签编辑与预览不一致的bug

parent 902deefd
......@@ -231,7 +231,7 @@
<!-- 11.门店选择器 -->
<div v-if="parent.templateCode == 'tag011'">
<div class="m-b-20" :key="'tag11' + pindex">
<vue-gic-store-new :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="parent.isAdd"> </vue-gic-store-new>
<vue-gic-store-new :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid"> </vue-gic-store-new>
</div>
</div>
<!-- 12.多选项( 全部选项/已选选项 ) -->
......
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