|
@@ -276,6 +276,7 @@ import { useRouter, useRoute } from "vue-router";
|
|
|
import useTagsViewStore from "/src/store/modules/tagsView";
|
|
|
import SelectPicture from "/src/components/select-picture/index.vue";
|
|
|
import SelectBOM from "/src/views/group/BOM/management/index";
|
|
|
+import refreshStore from "/src/store/modules/refresh";
|
|
|
|
|
|
const { proxy } = getCurrentInstance();
|
|
|
const router = useRouter();
|
|
@@ -443,6 +444,7 @@ const submitForm = (status) => {
|
|
|
message: type == "add" ? "添加成功" : "编辑成功",
|
|
|
type: "success",
|
|
|
});
|
|
|
+ refreshStore().setRefresh("order");
|
|
|
clickCancel();
|
|
|
});
|
|
|
} else {
|