From e0b7e9cbcac06d68076b330b8795061efa5ce3de Mon Sep 17 00:00:00 2001 From: zhen <1173776308@qq.com> Date: Fri, 12 Jul 2024 17:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E7=A5=A8=EF=BC=88=E5=BC=A0?= =?UTF-8?q?=E5=90=8C=E6=9C=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart/operationticketDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue index 1d9d6e9..a825655 100644 --- a/src/views/smart/operationticketDetail.vue +++ b/src/views/smart/operationticketDetail.vue @@ -200,6 +200,7 @@ export default { { label: "操作票编号", prop: "operationTicketNo", + value: this.$route.query.operationTicketNo, rules: [{ required: true, message: "请输入操作票编号", @@ -647,7 +648,6 @@ export default { column.prop = "information"; } } - this.item_data.operationTicketNo = this.tab1_form.operationTicketNo; }, // 操作项目 新增按钮处理