This commit is contained in:
2023-05-30 17:33:25 +08:00
parent 0474ca3578
commit 46be066199
12 changed files with 668 additions and 344 deletions

View File

@ -461,7 +461,7 @@ const handleProvinceChange = (val) => {
const getProvinceList = () => {
provinceList().then((resp) => {
console.log(resp);
// console.log(resp);
provinceOptions.value = resp.data;
});
};