|
@@ -411,7 +411,7 @@ export default {
|
|
|
},
|
|
|
/* 企业详情 */
|
|
|
handleDetail(row) {
|
|
|
- this.reset();
|
|
|
+ this.resetQuery();
|
|
|
let scyId = row.scyId || this.ids;
|
|
|
let scyAuthStatus = row.scyAuthStatus || this.ids;
|
|
|
let scyStatus = row.scyStatus || this.ids;
|
|
@@ -479,6 +479,7 @@ export default {
|
|
|
|
|
|
//四要素审核
|
|
|
handleExamine(row){
|
|
|
+ this.resetQuery();
|
|
|
const scyId = row.scyId || this.ids;
|
|
|
Cookies.set("/company/detailComPanyExam/" + scyId + '/', this.$route.fullPath)
|
|
|
this.$router.push("/company/detailComPanyExam/" + scyId + '/');
|