Commit 63eb6b9e authored by 刘殿昕's avatar 刘殿昕

异步问题

parent ff2cba72
...@@ -365,6 +365,7 @@ ...@@ -365,6 +365,7 @@
:title="dialogInfo.title" :title="dialogInfo.title"
:msg="dialogInfo.msg" :msg="dialogInfo.msg"
:submit="dialogInfo.submit" :submit="dialogInfo.submit"
:cancelHide="true"
></apass-dialog> ></apass-dialog>
</div> </div>
</template> </template>
...@@ -997,6 +998,8 @@ export default { ...@@ -997,6 +998,8 @@ export default {
this.getOrganization(); this.getOrganization();
} else { } else {
self.is_map = 0; self.is_map = 0;
self.getServiceType1();
self.getArea();
} }
}, },
goBack() { goBack() {
...@@ -1076,8 +1079,6 @@ export default { ...@@ -1076,8 +1079,6 @@ export default {
} }
} }
}); });
self.getServiceType1();
self.getArea();
self.judgeMap(); self.judgeMap();
}, },
}; };
......
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