加上售中下单逻辑,修改账号渠道,进粉统计的渠道和下单时保持一致

This commit is contained in:
xiezhijun
2021-06-01 19:24:40 +08:00
parent 783fd6fe3b
commit 77a8668b5d
23 changed files with 474 additions and 70 deletions

View File

@ -327,7 +327,7 @@ export default {
},
created() {
this.getList();
this.getDicts("fan_channel").then((response) => {
this.getDicts("cus_account").then((response) => {
this.accountIdOptions = response.data;
});
this.getDicts("sale_group").then((response) => {