Merge remote-tracking branch 'origin/master'

master
魔神煜修罗皇 2 years ago
commit 1bc0972821
  1. BIN
      psdc-ui/src/assets/images/水泵(1).png
  2. BIN
      psdc-ui/src/assets/images/水泵.png
  3. 6
      psdc-ui/src/views/system/device/index.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@ -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