Merge branch 'master' of gitee.com:darlk/ShengTangManage into develop

This commit is contained in:
德仔
2021-06-03 10:50:24 +08:00
committed by Gitee
33 changed files with 615 additions and 83 deletions

View File

@ -27,7 +27,7 @@
</el-select>
</el-form-item> -->
<el-form-item label="进粉渠道" prop="channelId">
<el-select v-model="queryParams.channelId" placeholder="请选择">
<el-select v-model="queryParams.channelId" filterable clearable placeholder="请选择">
<el-option
v-for="dict in accountIdOptions"
:key="dict.dictValue"

View File

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

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) => {