This commit is contained in:
JyuHsin
2025-11-26 09:03:05 +08:00
parent 89cf3445fe
commit b23c4bdae1
4 changed files with 27 additions and 10 deletions
@@ -178,7 +178,8 @@ const todo = {
// 处理任务
onView(task) {
const {taskId, taskKey, instanceId, businessNo, formKey} = task;
this.$toast("暂未开通从当前地址点击查看!");
return;
if (!formKey) {
this.$toast("当前流程没有配置地址");
return;