Browse Source

bug修复

dengrui 9 tháng trước cách đây
mục cha
commit
52c3c5c17d

+ 1 - 1
.gitignore

@@ -1,6 +1,6 @@
 node_modules
 .DS_Store
-dist
+docker/dist
 dist-ssr
 *.local
 .history

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "version": "2.0"
+  "version": "2.1"
 }

+ 1 - 1
src/store/modules/dictionary.ts

@@ -32,7 +32,7 @@ export const useDictionaryStore = defineStore("dictionaryStore", () => {
     "excel_type",
     "excel_states",
     "spc_operation",
-    "quality_spec_data",
+    
   ];
   const dicts = ref<{ [key: string]: any[] }>({});
 

+ 1 - 1
src/views/analysis/target/index/index.vue

@@ -1167,7 +1167,7 @@ const currentOption = reactive({
   limit: 4,
   pageSizes: [4],
 });
-const modelOptions = ref([...dicts.quality_spec_data]);
+const modelOptions = ref([]);
 const setChart1Info = () => {
   // chartsOption1.value.title[0].text = `上限=${showData.value.avgMax ? showData.value.avgMax : "-"}`;
   // chartsOption1.value.title[0].text = `x̄=${showData.value.avgAvg ? showData.value.avgAvg : "-"}`;