|
|
@@ -124,11 +124,11 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getReportInfo() {
|
|
|
- let loading1 = this.$toast.loading({
|
|
|
- duration: 0,
|
|
|
- message: '加载中...',
|
|
|
- forbidClick: true,
|
|
|
- });
|
|
|
+ // let loading1 = this.$toast.loading({
|
|
|
+ // duration: 0,
|
|
|
+ // message: '加载中...',
|
|
|
+ // forbidClick: true,
|
|
|
+ // });
|
|
|
getReportInfo({ isContent: false }).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
if (res.data.postType == 'GZ') {
|
|
|
@@ -141,7 +141,7 @@ export default {
|
|
|
} else {
|
|
|
this.JZQuota = false;
|
|
|
}
|
|
|
- loading1.clear();
|
|
|
+ // loading1.clear();
|
|
|
localStorage.setItem('powerGrade', res.data.positionId);
|
|
|
localStorage.setItem('isDiy', res.data.diy);
|
|
|
localStorage.setItem('uType', res.data.userType);
|