csx 4 years ago
parent
commit
ef9903096f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 3 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

647
                 'record_time': this.record_date,
647
                 'record_time': this.record_date,
648
 
648
 
649
               }
649
               }
650
-              axios.post('http://127.0.0.1:9532/api/refund/post', {
650
+              axios.get('http://127.0.0.1:9532/api/refund/post', {
651
                 params: params
651
                 params: params
652
               })
652
               })
653
                 .then(function (response) {
653
                 .then(function (response) {
722
           }
722
           }
723
 
723
 
724
           if (this.$store.getters.xt_user.org_id == 4) {
724
           if (this.$store.getters.xt_user.org_id == 4) {
725
-            axios.post('http://127.0.0.1:9532/api/checkaccount/get', {
725
+            axios.get('http://127.0.0.1:9532/api/checkaccount/get', {
726
               params: params
726
               params: params
727
             })
727
             })
728
               .then(function (response) {
728
               .then(function (response) {
747
             start_time:"2020-12-01",
747
             start_time:"2020-12-01",
748
             end_time:"2020-12-30",
748
             end_time:"2020-12-30",
749
           }
749
           }
750
-          axios.post('http://127.0.0.1:9532/api/checkdetailaccount/get', {
750
+          axios.get('http://127.0.0.1:9532/api/checkdetailaccount/get', {
751
             params: params
751
             params: params
752
           })
752
           })
753
             .then(function (response) {
753
             .then(function (response) {