From 2d393f19d18f70b3decb5a96b3bd03bfa249eec0 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Tue, 20 Jan 2026 14:54:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E9=A2=84=E5=A1=ABbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/ytbd/Bj.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index b0890be..b0eeadb 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -77,10 +77,10 @@ - @@ -154,6 +154,7 @@ export default { form: {}, open: false, openSubmit: false, + permitForSecectUser:'', rulesApprove: { qmrmm: [{ required: true, @@ -261,6 +262,7 @@ export default { }, edit(row) { this.reset() + this.permitForSecectUser=row.permitForSecectUser if (row && row.id) { this.showIndex = 2 this.$modal.loading() @@ -312,6 +314,7 @@ export default { let content = await this.$refs.templateTable.getFormData() if (content) { this.form.bdnr = JSON.stringify(content) + debugger this.openSubmit = true } },