see999 3 years ago
parent
commit
9a103c5afd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/summary.vue

+ 1 - 1
src/xt_pages/outpatientCharges/summary.vue View File

@@ -236,7 +236,7 @@
236 236
         }
237 237
 
238 238
       },toRefund(row){
239
-        if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 9674 || this.$store.getters.xt_user.org_id == 10106) {
239
+        if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 10106) {
240 240
           var that = this
241 241
           this.$confirm('是否退费', '退费', {
242 242
             confirmButtonText: '确 定',