gaoluyang
2025-04-18 ff6d23c5d61d1c6bee47e5863b57a915d98f7be1
src/views/CNAS/personnel/personnelInfo/components/mandateAdd.vue
@@ -141,7 +141,7 @@
     * @desc 获取用户信息
     */
    async getUserList() {
      selectUserCondition().then((res) => {
      selectUserCondition({type: 2}).then((res) => {
        this.userList = res.data;
      })
    },