sunran 3 роки тому
батько
коміт
c8dcfbe593
1 змінених файлів з 3 додано та 4 видалено
  1. 3 4
      src/views/weibao/views/specialServices/index.vue

+ 3 - 4
src/views/weibao/views/specialServices/index.vue

@@ -57,6 +57,9 @@ export default {
       this.pageProjectHistory()
     },
     onLoad() {
+      if (this.roleIdStr != 21) {
+        this.active = 1
+      }
       if (this.active == 0) {
         this.planform.pageNum = this.planform.pageNum + 1
         this.pageAppProject()
@@ -103,10 +106,6 @@ export default {
         this.finished = false
       }
     },
-    // async pageAppProject() {
-    //   const res = await pageAppProject(this.planform)
-    //   this.planformList = res.data.records
-    // },
   },
 }
 </script>