|
@@ -52,7 +52,14 @@ export default {
|
|
|
},
|
|
|
//添加
|
|
|
addfinclaim() {
|
|
|
- this.$router.push({ path: '/financeclaims/financeClaimDetail' });
|
|
|
+ if(this.user.type=='1'){
|
|
|
+ this.$message({
|
|
|
+ message: '您的机构类型权限不足!',
|
|
|
+ type: 'error',
|
|
|
+ });
|
|
|
+ }else{
|
|
|
+ this.$router.push({ path: '/financeclaims/financeClaimDetail' });
|
|
|
+ }
|
|
|
},
|
|
|
async pagechange(data) {
|
|
|
var skip = data.skip;
|