Browse Source

2025-07-11

从OA直接跳转的看不到创建人,数据库也没保存
master
fengyuan_yang 6 months ago
parent
commit
004aa0c3d7
  1. 1
      src/views/modules/proofing/requestForProofing.vue

1
src/views/modules/proofing/requestForProofing.vue

@ -2659,6 +2659,7 @@ export default {
* 获取项目物料列表 * 获取项目物料列表
*/ */
openModalDialog() { openModalDialog() {
this.modalData.createBy = this.$store.state.user.name
if (this.modalData.proofingNo) { if (this.modalData.proofingNo) {
this.searchDelegateAccess(); this.searchDelegateAccess();
} }

Loading…
Cancel
Save