achao 2 years ago
parent
commit
21f9f6d859
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/houseSelfCollect/inspectionManagementNew.vue

+ 4 - 4
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -724,7 +724,7 @@ export default {
     refreshClick(type) {
       let that = this
       if (type == 1) {
-        if (this.serviceManagementType == 3 && this.qyJurisdiction) {
+        if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
           this.statusType = 0
         }else{
           this.statusType=1
@@ -753,7 +753,7 @@ export default {
           console.log(that.refresh)
           if (that.refresh == 0) {
             that.refresh = 60
-            if (this.serviceManagementType == 3 && this.qyJurisdiction) {
+            if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
               this.statusType = 0
             }else{
               this.statusType=1
@@ -1375,7 +1375,7 @@ export default {
     statustypechangelist(status) {
       // debugger
       this.statusType = status
-      if (this.serviceManagementType == 3 && this.qyJurisdiction) {
+      if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
         this.statusType = 0
       }else{
         this.statusType=1
@@ -3300,7 +3300,7 @@ export default {
           // this.outContractNo = response
         })
 
-      if (this.serviceManagementType == 3 && this.qyJurisdiction) {
+      if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
         this.statusType = 0
       }else{
         this.statusType = 1