远程控制两个列表字段调整

This commit is contained in:
GranceWang 2024-08-08 10:35:27 +08:00
parent 277ee0ff36
commit e6e64ecbe5

View File

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