|
|
@@ -346,6 +346,7 @@ export default {
|
|
|
};
|
|
|
this.showmap = false;
|
|
|
this.getStoreCategoryList();
|
|
|
+ this.getChildDeptListFun();
|
|
|
// this.toastLoading(0, '加载中...', true);
|
|
|
// 授权
|
|
|
getTicketFun(['getLocation', 'chooseImage', 'uploadImage']).then(() => {
|
|
|
@@ -769,7 +770,6 @@ export default {
|
|
|
);
|
|
|
},
|
|
|
PickerDept() {
|
|
|
- this.getChildDeptListFun();
|
|
|
this.showPickerDept = true;
|
|
|
},
|
|
|
onDeptConfirm(value) {
|