From 57318307b301d2b0d63f8a91fe6a03fa4982a972 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 03 四月 2025 17:46:35 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/picture/picture/index.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/picture/picture/index.vue b/src/views/picture/picture/index.vue index 9219872..91c4462 100644 --- a/src/views/picture/picture/index.vue +++ b/src/views/picture/picture/index.vue @@ -335,7 +335,7 @@ /> </div> - <Public ref="aaa" @add="handleChanges" /> + <Public ref="aaa" :last-desc="form.conclusion" @add="handleChanges" /> </div> </template> @@ -850,14 +850,17 @@ } }, - handleChanges(value) { + handleChanges(value,yxbx) { this.form.conclusion = value; + this.form.proResult = yxbx; }, submiepilog() { this.$refs.aaa.open = true; let proId = "1633660948860522585"; + // let proId = null this.$refs.aaa.getList(proId); + }, tupian() { this.dialogVisible = true; -- Gitblit v1.8.0