|
@@ -500,6 +500,7 @@ export default {
|
|
this.searchForm = this.$form.createForm(this);
|
|
this.searchForm = this.$form.createForm(this);
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
|
|
+ console.log(this.userInfo(), 'this.userInfo()');
|
|
const userRoleName = this.userInfo().roleName;
|
|
const userRoleName = this.userInfo().roleName;
|
|
if (userRoleName === '财务') {
|
|
if (userRoleName === '财务') {
|
|
this.profitBtnStatus = true;
|
|
this.profitBtnStatus = true;
|