From 983e185fa9fc30590d7835c2f91b4e0f26744532 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Tue, 7 Oct 2025 21:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix:=20#ID0DB6=20URL=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=AE=A1=E6=89=B9=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vue2/src/views/flowinstances/verify.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Vue2/src/views/flowinstances/verify.vue b/Vue2/src/views/flowinstances/verify.vue index 1ea893d7..ebb5082e 100644 --- a/Vue2/src/views/flowinstances/verify.vue +++ b/Vue2/src/views/flowinstances/verify.vue @@ -21,11 +21,13 @@ - - @@ -47,6 +49,10 @@ + +
@@ -54,9 +60,9 @@

-

+

- +
@@ -231,11 +237,13 @@ export default { frmdata[_this.$refs.frmData[i].name] = _this.$refs.frmData[i].value } _this.postObj.frmData = JSON.stringify(frmdata) - } else { + } else if (_this.postObj.frmType === 2) { var frmdata = await _this.$refs.vFormRef.getFormData() _this.postObj.frmData = JSON.stringify(frmdata) return + } else { + //URL表单暂时没有获取数据的方式 } }, usersChange(name, val) {