Hwt 2 lat temu
rodzic
commit
9fe9150191

+ 2 - 0
operationSupport/src/views/patrolManagement/components/weekContent.vue

@@ -134,6 +134,7 @@ export default {
     },
     // 对比已设置内容
     matchingTime (tis, item) {
+      debugger
       let objs = {
         isActive: false
       };
@@ -154,6 +155,7 @@ export default {
       return objs;
     },
     keyValues (index) {
+
       if (index == 0) {
         return this.timeObj.monday;
       } else if (index == 1) {

+ 1 - 1
operationSupport/src/views/patrolManagement/popups/patrolAdd.vue

@@ -165,7 +165,7 @@ export default {
           value: 3
         },
         {
-          label: '设备施',
+          label: '设备施',
           value: 4
         },
         {

+ 3 - 3
operationSupport/src/views/payService/landlordBill/stePage/temporary.vue

@@ -218,13 +218,13 @@ export default {
 
             this.strategyId.push(data[i].strategyId)
 
-            this.scChargeStrategy(i);
+            this.scChargeStrategy(i, data[i].strategyId);
           }
         }
       })
     },
-    scChargeStrategy (id) {
-      this.$http.get(`/czc-charge/scChargeStrategy/find/${this.strategyId}`).then(({ data, status, msg }) => {
+    scChargeStrategy (id, strategyId) {
+      this.$http.get(`/czc-charge/scChargeStrategy/find/${strategyId}`).then(({ data, status, msg }) => {
         if (status == 0) {
 
           this.dateBuilding[id].name = this.dateBuilding[id].name + '(' + data.chargeName + ')'