diff --git a/resources/assets/js/pages/manage/components/ProjectList.vue b/resources/assets/js/pages/manage/components/ProjectList.vue index 71596ea0..549a12fd 100644 --- a/resources/assets/js/pages/manage/components/ProjectList.vue +++ b/resources/assets/js/pages/manage/components/ProjectList.vue @@ -35,7 +35,7 @@
  • - +
    @@ -537,6 +537,17 @@ export default { ...mapGetters(['projectData', 'projectParameter', 'transforTasks']), + searchAlways() { + return !(!this.searchText + || this.settingShow + || this.userShow + || this.inviteShow + || this.transferShow + || this.workflowShow + || this.logShow + || this.archivedTaskShow); + }, + userWaitRemove() { const {userids, useridbak} = this.userData; if (!userids) {