diff --git a/klp-ui/src/App.vue b/klp-ui/src/App.vue
index e392887a..14c01ab8 100644
--- a/klp-ui/src/App.vue
+++ b/klp-ui/src/App.vue
@@ -15,8 +15,8 @@ export default {
// 应用启动时全局初始化分类数据
if (this.$store.getters.token) {
// this.$store.dispatch('category/getCategoryList');
- this.$store.dispatch('category/getProductMap');
- this.$store.dispatch('category/getRawMaterialMap');
+ // this.$store.dispatch('category/getProductMap');
+ // this.$store.dispatch('category/getRawMaterialMap');
// this.$store.dispatch('category/getBomMap');
// this.$store.dispatch('finance/getFinancialAccounts');
// this.$store.dispatch('craft/getProcessList');
diff --git a/klp-ui/src/components/KLPService/ProductSelect/index.vue b/klp-ui/src/components/KLPService/ProductSelect/index.vue
index 18e48dc1..6c16cb63 100644
--- a/klp-ui/src/components/KLPService/ProductSelect/index.vue
+++ b/klp-ui/src/components/KLPService/ProductSelect/index.vue
@@ -20,7 +20,7 @@
:close-on-click-modal="false"
@close="handleClose"
>
-
+