From a38bc7abc4f19f04d34a5e3703f6b767746e8ea0 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 23 Jul 2025 14:59:02 +0800 Subject: [PATCH] 2025-07-23 --- src/views/modules/proofing/requestForProofing.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 536ef34..bc6e766 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -2537,6 +2537,7 @@ export default { */ addModal() { this.searchDelegateAccessByUser(); + this.modalData.createBy = this.$store.state.user.name this.modalDisableFlag = false this.modalFlag = true }, @@ -2599,6 +2600,7 @@ export default { this.modalDisableFlag = true this.modalFlag = true }, + async getDetailData(row) { this.detailVisible = true await this.getNodeAuthority(row) @@ -2659,13 +2661,12 @@ export default { * 获取项目物料列表 */ openModalDialog() { - this.modalData.createBy = this.$store.state.user.name if (this.modalData.proofingNo) { this.searchDelegateAccess(); } if (this.modalData.flag !== '1'){ this.projectPartData.testPartNo = this.modalData.testPartNo; - }else { + } else { this.projectPartData.testPartNo = ''; } this.getProjectPartList(); @@ -2725,7 +2726,7 @@ export default { * 客户信息新增/编辑 */ saveData() { - + console.log(this.modalData) this.$refs.modalForm.validate((valid, obj) => { if (!valid) { let i = 1;