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

@ -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({
"deviceId": 0,
"deviceModel": null
}),
},`device_${new Date().getTime()}.xlsx`);
};
/** 新增策略处理 */

Loading…
Cancel
Save