400报错问题_封装

 400报错问题_封装_02

 我这边是封装好的接口

400报错问题_封装_03

import { getUserListData } from "@/api/system";   引入

getUserList() {
   getUserListData().then((res) => {
      if (res.status == 200) {
         this.userOptions = res.data;
      }
   });
},

400报错问题_封装_04

 要默认一个花括号