xing.li il y a 3 ans
Parent
commit
a00844c7e8
2 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 8 0
      .idea/.gitignore
  2. 1 0
      src/pages/goods/index.vue

+ 8 - 0
.idea/.gitignore

@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 数据源本地存储已忽略文件
+/dataSources/
+/dataSources.local.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/

+ 1 - 0
src/pages/goods/index.vue

@@ -236,6 +236,7 @@
       initPage(){
         if(this.$route.params.checking){
           this.searchForm.type='3'
+          this.tableHeadConfig[6].isShow=false
           this.getPageList()
         }
       }