Browse Source

fix: 报表人员分组下拉取值修改为staffNo

qindao 1 year ago
parent
commit
2b0705abc7

+ 1 - 1
src/views/message/reportmessage/class.ts

@@ -112,7 +112,7 @@ export const toReportMessage = (form: reportMessage, receivedData: finalReportMe
   }));
   form.customUserList.value = receivedData.customUserList.map((user: any) => ({
     id: user.userId,
-    staffNo: user.userNumber,
+    staffNo: user.staffNo,
     realname: user.realname,
   }));
   form.recipientType = receivedData.recipientType;

+ 0 - 1
src/views/system/user/CreateDrawer.vue

@@ -10,7 +10,6 @@
           class="protocal-select"
           filterable
           remote
-          reserve-keyword
           clearable
           :loading="loading"
           :data="staffNoOptions"