|
@@ -366,7 +366,7 @@
|
|
style="width: 100% !important"
|
|
style="width: 100% !important"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
- v-for="(item, index) in organList"
|
|
|
|
|
|
+ v-for="(item, index) in selects.branchs"
|
|
:key="index"
|
|
:key="index"
|
|
:label="item.name"
|
|
:label="item.name"
|
|
:value="item.id"
|
|
:value="item.id"
|
|
@@ -723,7 +723,7 @@ export default {
|
|
// this.organList = res.data;
|
|
// this.organList = res.data;
|
|
// }
|
|
// }
|
|
// });
|
|
// });
|
|
- this.$store.dispatch("setBranchs");
|
|
|
|
|
|
+ this.$store.dispatch("setBranchs");
|
|
goodsQuery({ status: 1, rows: 99999 }).then((res) => {
|
|
goodsQuery({ status: 1, rows: 99999 }).then((res) => {
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
this.shopList = res.data.rows;
|
|
this.shopList = res.data.rows;
|