2 Commits d009160017 ... 1fdcbec977

Author SHA1 Message Date
  fan0987 1fdcbec977 Merge branch 'master' of http://gogs.hajianshe.cn/gmcs/HongHu-PSM 2 weeks ago
  fan0987 87de27966c 专家注册按钮 2 weeks ago

+ 4 - 4
bidding-ui/src/components/home/TypeNav.vue

@@ -20,15 +20,15 @@
         <el-button type="primary">
           <el-link type="primary">帮助中心</el-link>
         </el-button>
-        <el-button type="primary">
+        <!-- <el-button type="primary">
           <el-link type="primary">联系我们</el-link>
-        </el-button>
+        </el-button> -->
         <el-button type="primary">
           <el-link type="primary">办理CA</el-link>
         </el-button>
-        <!-- <el-button type="primary" @click="zhuanjia">
+        <el-button type="primary" @click="zhuanjia">
           <el-link type="primary">专家注册</el-link>
-        </el-button> -->
+        </el-button>
         <el-button type="primary" @click="dian">
           <el-link type="primary">供应商中心</el-link>
         </el-button>

+ 1 - 0
ruoyi-ui/src/views/guarantee/refundable/index.vue

@@ -115,6 +115,7 @@ export default {
         /** 搜索按钮操作 */
         handleQuery() {
             this.queryParams.pageNum = 1;
+            this.getList();
         },
 
         /** 重置按钮操作 */