@ -300,7 +300,6 @@ const data = reactive({
timingList:[],
queryParams: '',
queryParams1: {
"deviceId": 0,
"deviceModel": "温度传感器"
},
sceneCode:null,
@ -503,11 +502,8 @@ function cancel2() {
/** 导出按钮操作 */
function handleExport() {
console.log(data.sceneCode)
proxy.download("system/device/index/daochuDevs",{
...JSON.stringify({
"deviceModel": null
}),
},`device_${new Date().getTime()}.xlsx`);
};
/** 新增策略处理 */