yuxc
2023-08-03 a8e8ae3ba98dc0d843b5f59ff83a77a0e21d65b0
Source/UBCS-WEB/src/page/login/userlogin.vue
@@ -155,7 +155,6 @@
    this.$axios.get('/api/ubcs-system/tenant/tenant-map').then(res => {
      if (res.data.code == 200) {
        this.loginForm.tenantId = res.data.data[0].TENANT_ID;
        console.log(res.data.data);
        this.loginForm.region = res.data.data
      }
    })