csx 4 年前
父节点
当前提交
ef9903096f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 3 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

@@ -647,7 +647,7 @@
647 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 651
                 params: params
652 652
               })
653 653
                 .then(function (response) {
@@ -722,7 +722,7 @@
722 722
           }
723 723
 
724 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 726
               params: params
727 727
             })
728 728
               .then(function (response) {
@@ -747,7 +747,7 @@
747 747
             start_time:"2020-12-01",
748 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 751
             params: params
752 752
           })
753 753
             .then(function (response) {