Browse Source

Merge branch 'dev' of xiongzhu/raex_front into master

panhui 3 years ago
parent
commit
0e19eb01bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/asset/Consignment.vue

+ 3 - 3
src/views/asset/Consignment.vue

@@ -154,9 +154,9 @@ export default {
             this.$http.post('/asset/getRoyalties?id=' + this.$route.query.id).then(res => {
                 this.royalties = res;
             });
-            // this.$http.post('/asset/getServicecharge?id=' + this.$route.query.id).then(res => {
-            //     this.serviceCharge = res;
-            // });
+            this.$http.post('/asset/getServicecharge?id=' + this.$route.query.id).then(res => {
+                this.serviceCharge = res;
+            });
         });
     },
     methods: {