|
@@ -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: '确 定',
|