CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复(跳转详情修改2)
This commit is contained in:
@@ -202,6 +202,7 @@
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
const lastRoute = localStorage.getItem('lastRoute');
|
||||
this.id = this.$route.query.id || urlParams.get('id');
|
||||
if (lastRoute && !this.id) {
|
||||
@@ -209,7 +210,6 @@
|
||||
this.$router.replace({ name, query });
|
||||
return;
|
||||
}
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
|
||||
await this.getAreaTree();
|
||||
if(this.id) {
|
||||
|
||||
Reference in New Issue
Block a user