Browse Source

'修改导出后空白bug'

fzq
Fanzink 2 years ago
parent
commit
72ac5b9998
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/report-manage/CurrentInventory.vue

+ 2
- 1
src/views/report-manage/CurrentInventory.vue View File

@@ -4,7 +4,7 @@
* @Author: fzq * @Author: fzq
* @Date: 2022-03-04 20:54:54 * @Date: 2022-03-04 20:54:54
* @LastEditors: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-20 09:31:14
* @LastEditTime: 2022-05-30 13:40:33
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
@@ -223,6 +223,7 @@ export default {
// link.click() // link.click()
// URL.revokeObjectURL(link.href) // URL.revokeObjectURL(link.href)
// } // }
this.getList()
}) })
} }
// 新增 / 修改 // 新增 / 修改


Loading…
Cancel
Save