From 6fd27418225f2d36fc206acdfe6c24fb33ae7590 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 19 Dec 2022 17:26:50 +0800
Subject: [PATCH] 添加申请用户任务完成流程
---
src/views/work/process/audit/form.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/work/process/audit/form.vue b/src/views/work/process/audit/form.vue
index 726eb72..032e807 100644
--- a/src/views/work/process/audit/form.vue
+++ b/src/views/work/process/audit/form.vue
@@ -51,8 +51,8 @@
});
},
controlOption(arg) {
- const suggestion = this.findObject(this.option.column,"suggestion")
- const comment = this.findObject(this.option.column,"comment")
+ // const suggestion = this.findObject(this.option.column,"suggestion")
+ // const comment = this.findObject(this.option.column,"comment")
if (arg == 'open'){
//解除禁用状态
this.option.group.forEach(group=>{
--
Gitblit v1.9.3