gaoluyang
2025-04-02 15d62c82d29d8fcca20923f1a90011b759b13d2b
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;
      })
    },