dedsudiyu 11 月之前
父節點
當前提交
ea9949fd1e

+ 3 - 3
src/api/integratedManagement/index.js

@@ -498,11 +498,11 @@ export function laboratoryExitLineAdd(data) {
 }
 
 //职位(身份)-列表
-export function systemPostList(query) {
+export function systemPostList(data) {
   return request({
     url: '/system/post/list',
-    method: 'get',
-    params: query
+    method: 'post',
+    data: data
   })
 }
 

+ 1 - 1
src/views/integratedManagement/personnelManage/post/index.vue

@@ -6,7 +6,7 @@
         <el-form-item label="" prop="searchValue">
           <el-input
             v-model="queryParams.searchValue"
-            placeholder="请输入身份编码"
+            placeholder="身份名称/身份编码"
             clearable
             size="small"
           />

+ 1 - 1
src/views/integratedManagement/personnelManage/researchGroupManage/userDialog.vue

@@ -69,7 +69,7 @@
       </div>
       <div class="user-dialog-max-right-box">
         <div class="title-top-box">
-          <p>选人员</p>
+          <p>选人员</p>
           <p>{{rightCheckNum}}/{{userList.length}}</p>
         </div>
         <div class="table-max-big-box">

+ 1 - 1
src/views/iotDevice/monitoringWarning/messageTemplate/addPage.vue

@@ -24,7 +24,7 @@
           </el-select>
         </el-form-item>
         <el-form-item label="业务类型:" prop="businessType">
-          <el-select :disabled="showType" v-model="newData.businessType"
+          <el-select :disabled="showType" v-model="newData.businessType" clearable
                      placeholder="请选择业务类型" style="width:500px;">
             <el-option
               v-for="item in businessList"