diff --git a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue index 55ca8b339..bd762e8e7 100644 --- a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue @@ -189,6 +189,7 @@ _this.queryProjectLawsInventoryInfo() }) } else { + this.loading = true this.queryBy.projectLibraryId = this.$route.query.projectLibraryId this.queryBy.id = this.$route.query.projectTaskInventoryId this.queryProjectLawsInventoryInfo()