xiejun
2023-08-23 64b721e9d4ce27577b98670757a5b086c0b47c44
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
      }
    })