|
@@ -159,7 +159,7 @@
|
|
methods: {
|
|
methods: {
|
|
//获取用户角色列表
|
|
//获取用户角色列表
|
|
getRoleList() {
|
|
getRoleList() {
|
|
- this.isLoading = true;
|
|
|
|
|
|
+ //this.isLoading = true;
|
|
API_User.getRoleList().then(response => {
|
|
API_User.getRoleList().then(response => {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
|
|
|
|
@@ -202,7 +202,7 @@
|
|
},
|
|
},
|
|
//预读取通知消息
|
|
//预读取通知消息
|
|
prefetchNotice() {
|
|
prefetchNotice() {
|
|
- this.isLoading = true;
|
|
|
|
|
|
+ //this.isLoading = true;
|
|
API_Notice.prefetch().then(response => {
|
|
API_Notice.prefetch().then(response => {
|
|
this.isLoading = false;
|
|
this.isLoading = false;
|
|
|
|
|
|
@@ -214,7 +214,7 @@
|
|
},
|
|
},
|
|
//获取最新二条通知消息
|
|
//获取最新二条通知消息
|
|
getLastNotice() {
|
|
getLastNotice() {
|
|
- this.isLoading = true;
|
|
|
|
|
|
+ //this.isLoading = true;
|
|
API_Notice.getTopList({
|
|
API_Notice.getTopList({
|
|
type: 1,
|
|
type: 1,
|
|
limit: 2,
|
|
limit: 2,
|