Browse Source

Merge branch 'deploy_0804' of jianguan-web/qpls-md-html into master

陈瑞 3 years ago
parent
commit
8d508b1558

+ 2 - 1
public/index.html

@@ -2,7 +2,8 @@
 <html lang="zh-cmn-Hans">
   <head>
     <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
+    <meta content="always" name="referrer">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <!-- <link rel="icon" href="<%= BASE_URL %>logo.png"> -->
     <title><%= VUE_APP_PRO_NAME %></title>

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/detailModal.vue

@@ -351,7 +351,7 @@ export default {
       } else {
         const _this = this
         setTimeout(() => (
-          _this.$refs.table.refresh(true)
+          _this.resetSearchForm()
         ), 300)
       }
     },

+ 1 - 1
src/views/inventoryManagement/inventoryImport/list.vue

@@ -13,7 +13,7 @@
           upText="选择导入文件"
           @remove="resetSearchForm"
           @change="changeImport"></Upload>
-        <a :href="filePath" style="margin: 5px 0 0 15px;display: block;float: left;">
+        <a :href="filePath" target="_blank" style="margin: 5px 0 0 15px;display: block;float: left;">
           <a-icon type="download" style="padding-right: 5px;" />下载导入模板
         </a>
       </div>