lilei 2 tahun lalu
induk
melakukan
93637346a4

TEMPAT SAMPAH
public/templ/库存预警产品导入模板.xlsx


+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1675410541290
+  "version": 1675411073059
 }

+ 1 - 1
src/views/inventoryManagement/inventoryWarning/importGuideModal.vue

@@ -120,7 +120,7 @@ export default {
     handleExport () {
       const link = document.createElement('a')
       link.style.display = 'none'
-      link.href = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/template/inventoryWarningProductImport.xlsx'
+      link.href = location.host + '/templ/库存预警产品导入模板.xlsx'
       link.setAttribute('download', '库存预警产品导入模板' + '.xlsx')
       document.body.appendChild(link)
       link.click()