Commit ccee7081 by liuchenxi

update: 标签增加硬编码

parent bdff25f5
......@@ -256,7 +256,8 @@
<div v-if="parent.templateCode == 'tag011'">
<div :key="'tag11' + pindex">
<template v-if="loadSelector">
<dm-store-selector :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid" />
<!--scenes服务门店查上线,其余门店查所有-->
<dm-store-selector :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid" :scenes="tagId == 'd568b880d8464a9b9365b9861828f587' ? '': 'auth'" :scenesVal="tagId == 'd568b880d8464a9b9365b9861828f587' ? '': 'auth'" />
</template>
<!-- <vue-gic-store-new :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid"> </vue-gic-store-new> -->
</div>
......
......@@ -1488,6 +1488,8 @@ export default {
name: name,
requestProject: 'member-tag'
};
// 专属导购硬编码传type
if (that.tagId == "87d5e65945c84012a2a2534ef0b261b0") para.type = 2;
that.axios
.post(`${that.baseUrl}/api-plug/search-clerk`, qs.stringify(para))
.then(res => {
......
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