zhuo
2025-03-26 f16c91bc9b96c415b7129e3eccf29b5b9f93d7a3
src/views/CNAS/personnel/personnelInfo/components/communicateAdd.vue
@@ -100,7 +100,7 @@
     * @desc 获取用户信息
     */
    async getUserList() {
      selectUserCondition().then((res) => {
      selectUserCondition({type: 2}).then((res) => {
        this.userList = res.data;
      })
    },