From 544f30e28a3d8ea41e5ea8c0add2ce77c1b6fb1a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 五月 2024 17:48:31 +0800
Subject: [PATCH] 工种管理模块 编辑工种接口400的问题修改+增加如果启用不达标保底,则必须输入保底工资的逻辑

---
 src/components/common/UserSimpleSearchInput.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/common/UserSimpleSearchInput.vue b/src/components/common/UserSimpleSearchInput.vue
index df6dc6e..2e67316 100644
--- a/src/components/common/UserSimpleSearchInput.vue
+++ b/src/components/common/UserSimpleSearchInput.vue
@@ -28,7 +28,7 @@
         <div class="search">
           <div :class="checkedType ? 'search-left-two' : 'search-left'">
             <el-input
-              placeholder="鎼滅储浜у搧鍚嶇О锛岀紪鐮佺瓑鍏抽敭璇�"
+              placeholder="璇疯緭鍏ュ叧閿瘝"
               v-model.trim="keyword"
               maxlength="20"
               @keyup.enter.native="updateSearchList(true)"
@@ -334,10 +334,10 @@
         this.listData = [];
       }
       listParams = {
-        keyWord: this.keyword,
+        keyword: this.keyword,
         page: this.page,
         pageSize: this.pageSize,
-        types: this.types,
+        // types: this.types,
         ...param,
       };
       if (this.checkedType) {

--
Gitblit v1.8.0