Commit 99be49b9 authored by lanbaoming's avatar lanbaoming

2024-06-26-2提交

parent 13c9a02d
...@@ -1645,7 +1645,7 @@ ...@@ -1645,7 +1645,7 @@
:value="item.channelId" :value="item.channelId"
/> />
</el-select> </el-select>
<!-- <selector <!--<selector
v-model="handlerParams.channelId" v-model="handlerParams.channelId"
:options="channelList" :options="channelList"
value-field="channelId" value-field="channelId"
...@@ -2348,7 +2348,10 @@ export default { ...@@ -2348,7 +2348,10 @@ export default {
); );
}, },
"orderData.channelId"() { "orderData.channelId"() {
//alert(1);
this.getChannel(); this.getChannel();
//初始话渠道数据
this.calculationPrice();
}, },
}, },
computed: { computed: {
......
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