|
@@ -29,7 +29,7 @@
|
|
|
style="width: 100% !important"
|
|
|
>
|
|
|
<el-option
|
|
|
- v-for="(item, index) in organList"
|
|
|
+ v-for="(item, index) in selects.branchs"
|
|
|
:key="index"
|
|
|
:label="item.name"
|
|
|
:value="item.id"
|
|
@@ -303,7 +303,7 @@ import {
|
|
|
import { orderServerList } from "@/utils/searchArray";
|
|
|
import { getCooperation } from "@/api/buildTeam";
|
|
|
export default {
|
|
|
- props: ["orderId", "shopList", "organList", "isLook"],
|
|
|
+ props: ["orderId", "shopList", "isLook"],
|
|
|
data() {
|
|
|
return {
|
|
|
formLabelWidth: "100px",
|
|
@@ -373,6 +373,8 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
+ // 获取分部
|
|
|
+ this.$store.dispatch("setBranchs");
|
|
|
},
|
|
|
methods: {
|
|
|
changeOrgin(val) {
|