Commit 9597a786 authored by jiaorz's avatar jiaorz

12

3
parent d18e5a3b
...@@ -482,7 +482,6 @@ create(formName){ ...@@ -482,7 +482,6 @@ create(formName){
if(obj){ if(obj){
this.campsiteObj = obj; this.campsiteObj = obj;
console.log(obj) console.log(obj)
debugger
let provinceObj = getRegionByCodes([obj.province]); let provinceObj = getRegionByCodes([obj.province]);
let cityObj = getRegionByCodes([obj.city]); let cityObj = getRegionByCodes([obj.city]);
let townObj = getRegionByCodes([obj.townCode]) let townObj = getRegionByCodes([obj.townCode])
......
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 to comment