Commit 8de32958 by cocomilk2012

update

parent 1f0bd934
Showing with 0 additions and 11 deletions
...@@ -97,20 +97,9 @@ export default class cityList extends Vue { ...@@ -97,20 +97,9 @@ export default class cityList extends Vue {
}); });
} }
getChildren(arr: any) {}
onConfirm(values: any) { onConfirm(values: any) {
console.log(values); console.log(values);
} }
cityData(city: any, provinceId: any) {
// console.log(city)
// city.find((item: any) => {
// if (item.parentId == provinceId) {
// console.log(item);
// this.city = item;
// }
// });
}
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment