bugfix
This commit is contained in:
@ -461,7 +461,7 @@ const handleProvinceChange = (val) => {
|
||||
|
||||
const getProvinceList = () => {
|
||||
provinceList().then((resp) => {
|
||||
console.log(resp);
|
||||
// console.log(resp);
|
||||
provinceOptions.value = resp.data;
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user