Browse Source

专家注册按钮

fan0987 2 weeks ago
parent
commit
87de27966c

+ 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();
         },
 
         /** 重置按钮操作 */