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 } },