648540858
2023-03-14 943f95ba8ce02f8088f2dfcfd83a60391a8a65a6
web_src/src/components/dialog/addUser.vue
@@ -142,13 +142,8 @@
        url: "/api/role/all"
      }).then((res) => {
        this.loading = true;
        console.info(res)
        res.data
        console.info(res.data.code)
        if (res.data.code === 0) {
          console.info(res.data.data)
          this.options=res.data.data
        }
      }).catch((error) => {
        console.error(error)