ccjgmwz %!s(int64=3) %!d(string=hai) anos
pai
achega
af6672d580
Modificáronse 1 ficheiros con 16 adicións e 16 borrados
  1. 16 16
      src/views/houseSelfCollect/inspectionManagementNew.vue

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

@@ -2658,7 +2658,7 @@
           .then((response) => {
             this.options1 = response
             this.outContractNo = response
-            this.refreshClick(1)
+            // this.refreshClick(1)
           })
         // 类型
         this.storageType = []
@@ -2719,21 +2719,21 @@
             // this.outContractNo = response
           })
         
-        // getinspectList({
-        //     compId: localStorage.getItem('ws-pf_compId'),
-        //     currentPage: this.currentPage,
-        //     pageSize: this.pageSize,
-        //     warehouseName: this.warehouseName,
-        //     managementType: 1,
-        //     statusType:this.statusType,
-        //     serviceManagementType:this.serviceManagementType
-        //   })
-        //   .toPromise()
-        //   .then((response) => {
-        //     this.inspect = response.records
-        //     this.deptBudgetTotal = response.total
-        //     // this.$forceUpdate();
-        //   })
+        getinspectList({
+            compId: localStorage.getItem('ws-pf_compId'),
+            currentPage: this.currentPage,
+            pageSize: this.pageSize,
+            warehouseName: this.warehouseName,
+            managementType: 1,
+            statusType:this.statusType,
+            serviceManagementType:this.serviceManagementType
+          })
+          .toPromise()
+          .then((response) => {
+            this.inspect = response.records
+            this.deptBudgetTotal = response.total
+            // this.$forceUpdate();
+          })
       },
     },
   }