|
|
@@ -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>
|