fix:修改多次点击数据丢失问题
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
pageNum: 1,
|
||||
pageSize: 99,
|
||||
},
|
||||
placeholder: '请选择设备点位',
|
||||
placeholder: '请选择设备名称',
|
||||
resultField: 'data.records',
|
||||
labelField: 'deviceName',
|
||||
valueField: 'id',
|
||||
|
@@ -196,8 +196,8 @@
|
||||
});
|
||||
};
|
||||
//选择设备方法
|
||||
const selectDevice = (value: string) => {
|
||||
console.log(`selected ${value}`);
|
||||
const selectDevice = () => {
|
||||
getDevicePoint({ id: infoObject.value.deviceName });
|
||||
};
|
||||
//获取设备列表
|
||||
const getDevicePage = (value: any) => {
|
||||
|
Reference in New Issue
Block a user