Browse Source

系统设置

Shannon_mu 3 years ago
parent
commit
cb24befa5d

+ 3 - 3
operationSupport/src/views/payService/chargeSetting/stepPage/add.vue

@@ -103,13 +103,13 @@ export default {
             let assetItemArr = [];
             let thisArr = this.$refs.communityTreeArr.getCheckedNodes();
             thisArr.map((item) => {
-                if (item.level == 2) {
+                if (item.level == 2 && item.data.type == 'room') {
                     assetItemArr.push({
                         address: `${item.parent.label}-${item.label}`,
                         value: item.value,
                         type: 4
                     });
-                } else if (item.level == 3) {
+                } else if (item.level == 3 && item.data.type == 'room') {
                     assetItemArr.push({
                         address: `${item.parent.parent.label}-${item.parent.label}-${item.label}`,
                         value: item.value,
@@ -157,7 +157,7 @@ export default {
                 .catch(function () {});
         },
         findTreeIds(va) {
-            console.log(va);
+            // console.log(va);
         },
         communityChange(val) {
             this.communityArr.map((item) => {

+ 1 - 1
operationSupport/src/views/payService/systemSetup/stepPage/paymentSetup.vue

@@ -194,7 +194,7 @@ export default {
                     type: 15,
                     category: 1,
                     enable: null,
-                    amount: 1
+                    amount: 0
                 }
             ],
             initFormData: [