From a317ac49c23584b63cdccadb8029bf077a7b0843 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Mon, 28 Feb 2022 16:22:21 +0800
Subject: [PATCH] 27650
---
src/apps/AppWorkonline/Opinion.vue | 38 +++++++++++++++---------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue
index 3eb40c8d..39492e73 100644
--- a/src/apps/AppWorkonline/Opinion.vue
+++ b/src/apps/AppWorkonline/Opinion.vue
@@ -23,7 +23,7 @@
- *
+
{{ item.fieldName }}:
@@ -150,25 +150,25 @@ export default {
},
btn() {
- if (this.type == 0 && this.opinion == '') {
- return uni.showToast({
- title: '请输入审批意见',
- icon: 'none',
- })
- }
+ // if (this.type == 0 && this.opinion == '') {
+ // return uni.showToast({
+ // title: '请输入审批意见',
+ // icon: 'none',
+ // })
+ // }
- if (
- this.list.some((item) => {
- if (item.mustFill == 1 && !item.fieldValue) {
- uni.showToast({
- title: item.fieldName + '为必填',
- icon: 'none',
- })
- return true
- }
- })
- )
- return
+ // if (
+ // this.list.some((item) => {
+ // if (item.mustFill == 1 && !item.fieldValue) {
+ // uni.showToast({
+ // title: item.fieldName + '为必填',
+ // icon: 'none',
+ // })
+ // return true
+ // }
+ // })
+ // )
+ // return
var file = []
this.annex.map((item) => {