'去除无用打印'
This commit is contained in:
@@ -63,7 +63,6 @@ const statusData: Record<number, string> = {
|
|||||||
};
|
};
|
||||||
const getaddress = async () => {
|
const getaddress = async () => {
|
||||||
const res = await getAreaList();
|
const res = await getAreaList();
|
||||||
console.log(res, 'res')
|
|
||||||
}
|
}
|
||||||
getaddress()
|
getaddress()
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user