Q-ABAB 1 year ago
parent
commit
dfb55ec895

+ 1 - 1
src/App.vue

@@ -41,7 +41,7 @@ export default {
     this.userLogin();
   },
   beforeDestroy(){
-    localStorage.clear
+    sessionStorage.clear()
   }
 };
 </script>

+ 1 - 1
src/views/activityManage/components/markeractivityWord.vue

@@ -516,7 +516,7 @@
         mounted(){
           this.getProjectDepartmentData();
           this.getProjectData();
-          this.getProjectFund();
+          setTimeout(()=>this.getProjectFund(),1000);
         }
       };
     </script>

+ 2 - 2
src/views/activityManage/makerActvity.vue

@@ -172,8 +172,8 @@
 
                         <!-- <el-button type="primary"  @click="audi(scope.row,1)" size="mini">管理审核</el-button> -->
                         <el-button type="primary"  v-show="scope.row.state==1&& $store.state.userInfo.type==0" @click="audi(scope.row,1)" size="mini">审核</el-button>
-                        <el-button type="primary" disabled v-show="scope.row.state==2&& $store.state.userInfo.type==0" class="disa" size="mini">审核</el-button>
-                        <el-button type="primary" disabled v-show="scope.row.state!=2 && scope.row.state!=1&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
+                        <el-button type="primary" disabled v-show="scope.row.state==0&& $store.state.userInfo.type==0" class="disa" size="mini">审核</el-button>
+                        <el-button type="primary" disabled v-show="scope.row.state==2 && scope.row.state!=1&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
 
                         
                         <!-- <el-button type="primary"  size="mini" @click="edit(scope.row.acId)">申请表</el-button> -->