jiminglei 2 years ago
parent 4b87ff38c2
commit 13baa6cda1
  1. 8
      psdc-ui/src/views/system/device/index.vue

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

Loading…
Cancel
Save