|
@@ -129,6 +129,7 @@ const loading = ref(false)
|
|
|
// const register = ref(true)
|
|
|
const redirect = ref(undefined)
|
|
|
|
|
|
+/*
|
|
|
function remoteMethod(query) {
|
|
|
if (query) {
|
|
|
loading.value = true
|
|
@@ -147,6 +148,7 @@ function handleSupplierChange(val) {
|
|
|
setTenant({ tenantId: val, tenantName: supplier.name })
|
|
|
}
|
|
|
}
|
|
|
+*/
|
|
|
|
|
|
function handleGetSupplierByCode() {
|
|
|
const supplierCode = loginForm.value.supplierCode
|