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

异步问题

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