fix: 自测问题

This commit is contained in:
GranceWang 2024-08-24 11:07:19 +08:00
parent 853eeeb538
commit 2fbbf8b80d

View File

@ -258,7 +258,7 @@ const unusual = ref([] as any);
const fixedTableData = ref([] as any[]);
const varTableData = ref([] as any[]);
const table1SpeedVal = ref('');
const whetherControl =ref(true);
const whetherControl =ref(false);
const subscribeMedicineData=ref(null);
const intervalFun=ref(null);
const timeDiffPing=ref(0);