|
@@ -271,7 +271,9 @@ const getRateArray = async () => {
|
|
|
const deviceArray = ref([]);
|
|
|
//获取设备列表
|
|
|
const getDevice = async () => {
|
|
|
- const { data } = await getDeviceList();
|
|
|
+ const { data } = await getDeviceList({
|
|
|
+ deviceTypes: ["DDLSD", "WXDJC", "WKDLT"],
|
|
|
+ });
|
|
|
deviceArray.value = data;
|
|
|
nextTick(() => {
|
|
|
ShowScrollRef2.value.setActive();
|