数模没有标准设备
This commit is contained in:
@@ -14,7 +14,6 @@ export const useCheckStore = defineStore(CHECK_STORE_KEY, {
|
||||
showDetailType: 0, // 0:数据查询 1:误差体系跟换 2:正式检测
|
||||
temperature: 0,
|
||||
humidity: 0,
|
||||
compareTestItem: [] as CheckData.CompareTestItem[],
|
||||
}),
|
||||
getters: {},
|
||||
actions: {
|
||||
@@ -55,11 +54,6 @@ export const useCheckStore = defineStore(CHECK_STORE_KEY, {
|
||||
setHumidity(humidity: number) {
|
||||
this.humidity = humidity
|
||||
},
|
||||
setCompareTestItem(testItem: CheckData.CompareTestItem[]) {
|
||||
this.compareTestItem.push(...testItem);
|
||||
},
|
||||
clearCompareTestItem() {
|
||||
this.compareTestItem = [];
|
||||
},
|
||||
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user