From beae581d5f6f069d6104af88728345a3534de07a Mon Sep 17 00:00:00 2001 From: zhen <1173776308@qq.com> Date: Thu, 18 Jul 2024 14:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=9C=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart/operationticketDetail.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue index ce0f907..1d7485c 100644 --- a/src/views/smart/operationticketDetail.vue +++ b/src/views/smart/operationticketDetail.vue @@ -43,7 +43,7 @@ 新增 + @click="addrow">新增 @@ -144,6 +144,7 @@ export default { // value: undefined, // label: ' ' // }], + form:'', closeTicketBox: false, defaultOperationTicketNo: "", @@ -813,6 +814,11 @@ export default { this.$refs.crud.toggleSelection() }); }, + + addrow(){ + this.item_form.operationTicketNo = this.tab1_form.operationTicketNo; + this.$refs.crud2.rowAdd() + }, // 操作项目 删除按钮处理 item_rowDel (form, index,done) { this.$confirm("确定将选择数据删除?", {