fujunling
2023-07-05 5cca849c1690ac6e49bfc04b3f930d41c0513c32
Source/UBCS-WEB/src/page/login/userlogin.vue
@@ -155,6 +155,7 @@
    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
      }
    })