Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
c4040dbd84
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

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

126
           <!--&gt;查待遇-->
126
           <!--&gt;查待遇-->
127
           <!--</el-button>-->
127
           <!--</el-button>-->
128
 
128
 
129
-          <!--<el-button  size="small" @click="query" type="primary"-->
130
-          <!--&gt;查询-->
131
-          <!--</el-button>-->
129
+          <el-button  size="small" @click="query" type="primary"
130
+          >查询
131
+          </el-button>
132
 
132
 
133
 
133
 
134
         </div>
134
         </div>
481
     },
481
     },
482
     methods: {
482
     methods: {
483
       query() {
483
       query() {
484
-        if (this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 3877) {
484
+        if (this.$store.getters.xt_user.org_id == 9919) {
485
           var that = this
485
           var that = this
486
           axios.get('http://127.0.0.1:9532/api/org/info', {
486
           axios.get('http://127.0.0.1:9532/api/org/info', {
487
             params: {}
487
             params: {}