lxf 7 months ago
parent
commit
eb96e688f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jy-ui/src/views/flow/taskTodo/index.vue

+ 1 - 1
jy-ui/src/views/flow/taskTodo/index.vue

@@ -250,7 +250,7 @@ function handle(handleType) {
   handleApi({ taskId: taskId.value, handleType, message }).then(() => {
     getPage()
     ElMessage.success('办理成功')
-    this.handleVisible = false
+    handleVisible.value = false
   })
 }
 </script>