Commit 1b77e067 by Kyle_Li

fix: com025选项

parent 28c105c9
......@@ -686,6 +686,7 @@
<!-- <vue-gic-selector ref="selector" @changelist="changelist"></vue-gic-selector> -->
</div>
<!-- 单笔消费商品数量 -->
<div v-if="parent.templateCode == 'com025'">
<div class="m-b-20" :key="'tag2' + pindex">
商品数量
......@@ -1264,6 +1265,7 @@ export default {
data.widgetValues = JSON.parse(data.widgetValues);
// this[data.templateCode] = Object.create(null);
this[data.templateCode].options = data.widgetValues;
data.templateCode === 'com025' && (this.com001.options = data.widgetValues);
}
// 如果通过 url 获取
if (data.sourceFlag >> 0 === 1) {
......
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