xing.li 3 年之前
父節點
當前提交
a00844c7e8
共有 2 個文件被更改,包括 9 次插入0 次删除
  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()
         }
       }