fix: refs #8114 clean
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
50360523b3
commit
1291dc1723
|
@ -152,7 +152,6 @@ async function fetchClientAddress(id, formData = {}) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchAgencies({ landed, addressId }) {
|
async function fetchAgencies({ landed, addressId }) {
|
||||||
console.log('addressId', addressId);
|
|
||||||
if (!landed || !addressId) return (agencyList.value = []);
|
if (!landed || !addressId) return (agencyList.value = []);
|
||||||
|
|
||||||
const { data } = await axios.get('Agencies/landsThatDay', {
|
const { data } = await axios.get('Agencies/landsThatDay', {
|
||||||
|
|
Loading…
Reference in New Issue