From 4fb6e1571ce420dd3f6c8c30b969836218719b7e Mon Sep 17 00:00:00 2001 From: changjinpeng <185154740@qq.com> Date: Thu, 3 Mar 2022 18:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=20=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=20=E5=8D=95=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppWorkonline/Opinion.vue | 35 ++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue index 68dff28f..b0f670ad 100644 --- a/src/apps/AppWorkonline/Opinion.vue +++ b/src/apps/AppWorkonline/Opinion.vue @@ -21,12 +21,13 @@
-
+ +
{{ item.fieldName }}: - +
清空内容
{{ item.fieldValue && item.fieldValue.length }} @@ -34,9 +35,20 @@
- + -
+
+
+ * + {{ item.fieldName }}: +
+
+ +
+
+ + +
* {{ item.fieldName }}: @@ -119,14 +131,15 @@ export default { .post(`/app/approv-alapply-info/approval-popup?type=${this.type}&id=${this.objid}`) .then((res) => { if (res.code == 0) { + this.list = res.data.fieldInfos + console.log(this.list) res.data.fieldInfos.map((item) => { - if (item.fieldDataType == 1) { - item.fieldValue = '' - } - - if (item.fieldType == 3) { - this.list.push(item) - } + // this.list.push(item) + // if (item.fieldDataType == 1) { + // item.fieldValue = '' + // } + // if (item.fieldType == 3) { + // } }) } })