Browse Source

企业管理与链属查询调用

sqg 3 years ago
parent
commit
286f388869

+ 1 - 1
front-vue/src/views/service/company/coreCompanyManage.vue

@@ -448,7 +448,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;

+ 2 - 1
front-vue/src/views/service/company/supCompanyManage.vue

@@ -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 + '/');

+ 2 - 1
front-vue/src/views/service/rel/companyRel.vue

@@ -912,7 +912,8 @@ export default {
     },
     //查询企业详情
     handleCompanyQuery(row){
-      this.reset();
+      this.resetQuery();
+      this.resetSpareQuery();
       if(row.receive == true){
       const scyId = row.launchCompanyId;
       listCompanyQuery(scyId).then(response => {