diff --git a/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue b/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue index 381f0def..775b0477 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/component/addReturn1.vue @@ -476,7 +476,7 @@ export default { }, companyId: '', createBy: '', - isEdit: 'true', + // isEdit: 'true', rowId: '', } }, @@ -493,7 +493,10 @@ export default { // } if (this.rejectId) { this.rowId = this.rejectId - this.GetViewByApply({ id: this.rejectId, agreementId: this.agreementId}) + this.GetViewByApply({ + id: this.rejectId, + agreementId: this.agreementId, + }) } getInfo().then((res) => { this.companyId = res.user.companyId @@ -559,7 +562,10 @@ export default { // 获取 任务详情数据 async GetViewByApply(params) { - const res = await materialReturnNoteByApply({ id: params.id, agreementId: params.agreementId}) + const res = await materialReturnNoteByApply({ + id: params.id, + agreementId: params.agreementId, + }) const data = res.data[0] // console.log(data) // this.queryParams.taskId = data.taskId diff --git a/sgzb-ui/src/views/dashboard.vue b/sgzb-ui/src/views/dashboard.vue index 37f5a8f0..4d77a856 100644 --- a/sgzb-ui/src/views/dashboard.vue +++ b/sgzb-ui/src/views/dashboard.vue @@ -4,6 +4,7 @@