400报错问题

 

 我这边是封装好的接口

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

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

 要默认一个花括号

 

posted @ 2021-07-28 14:42  挽你手  阅读(35)  评论(0编辑  收藏  举报