From 76e3c3d83202000d7ac3335a8ccdbf187fe9be92 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 25 May 2023 16:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86-=E6=89=B9?= =?UTF-8?q?=E5=87=86-=E5=9B=9E=E6=98=BE=E6=84=8F=E8=A7=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk/common/formList-1.vue | 7 +++++-- .../pages/creatProcess/qbrk/step11-1.vue | 11 ++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formList-1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formList-1.vue index e08993ecf..4663ca0bf 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formList-1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formList-1.vue @@ -314,7 +314,7 @@ :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px', fontWeight: 'bold', height: '48px'}" row-key="id" - :data="form.infoList" + :data="modelData" border default-expand-all> { + // return new Promise((resolve, reject) => { inboundLiaisonDetail({ taskIds: this.taskIds, pId: this.pId @@ -2266,10 +2267,14 @@ this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName); + this.$nextTick(()=>{ + this.form.modelData = processForm.modelData + this.modelData = processForm.modelData + }) } }).catch(e => { }) - }) + // }) } }, processTable () { @@ -2325,7 +2330,7 @@ }) }, }, - mounted () { + created () { this.getData() this.processTable() this.$http.get('sys/dictype/getDicTypeListCode', '', {