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) => {