gaoluyang
4 天以前 b807a12b89dc9126bac49c02a3902bec758f4f9b
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;
      })
    },