|
@@ -301,7 +301,7 @@ export default {
|
301
|
301
|
id: obj.order_id,
|
302
|
302
|
|
303
|
303
|
}
|
304
|
|
- if(this.org_id == 10138 || this.org_id == 0 || this.$store.getters.xt_user.org_id == 4){
|
|
304
|
+ if(this.org_id == 10138 || this.org_id == 0 || this.$store.getters.xt_user.org_id == 4 || this.org_id == 10278){
|
305
|
305
|
getPrivateExpenses(params).then(response => {
|
306
|
306
|
if (response.data.state == 0) {
|
307
|
307
|
// this.$message.error(response.data.msg)
|