@@ -1,6 +1,6 @@
node_modules
.DS_Store
-dist
+docker/dist
dist-ssr
*.local
.history
@@ -1,3 +1,3 @@
{
- "version": "2.0"
+ "version": "2.1"
}
@@ -32,7 +32,7 @@ export const useDictionaryStore = defineStore("dictionaryStore", () => {
"excel_type",
"excel_states",
"spc_operation",
- "quality_spec_data",
+
];
const dicts = ref<{ [key: string]: any[] }>({});
@@ -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 : "-"}`;