|
@@ -869,16 +869,10 @@ export default {
|
|
|
this.$set(this.form, "corpsTypeId", this.detailData.treeDeptId);
|
|
|
if (this.$route.query) {
|
|
|
this.$set(this.form, "cname", this.$route.query.corpName);
|
|
|
- this.$router.push({
|
|
|
- query: {}
|
|
|
- });
|
|
|
}
|
|
|
} else {
|
|
|
if (this.$route.query) {
|
|
|
this.$set(this.form, "cname", this.$route.query.corpName);
|
|
|
- this.$router.push({
|
|
|
- query: {}
|
|
|
- });
|
|
|
}
|
|
|
}
|
|
|
gainUser().then(res => {
|