From 52476e76c1e3e8d3ec66e099f0d510bd4f0db99c Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sun, 12 Mar 2023 10:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8Eticketdetail=E4=B8=AD=E6=89=93?= =?UTF-8?q?=E5=BC=80=E6=9F=A5=E7=9C=8B=E4=BD=9C=E4=B8=9A=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scOpl/scFire.vue | 1 + src/views/opm/operation_form.vue | 1 - src/views/wf/ticketdetail.vue | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/scOpl/scFire.vue b/src/components/scOpl/scFire.vue index 0c779645..2b3a4944 100644 --- a/src/components/scOpl/scFire.vue +++ b/src/components/scOpl/scFire.vue @@ -259,6 +259,7 @@ }, mounted() { let that = this; + console.log(1, that.id, 2, that.wfId) that.oplId = that.id; //许可证ID that.operationId = that.wfId; //zuoyeID this.$nextTick(()=>{ diff --git a/src/views/opm/operation_form.vue b/src/views/opm/operation_form.vue index 3b26d934..213fabce 100644 --- a/src/views/opm/operation_form.vue +++ b/src/views/opm/operation_form.vue @@ -196,7 +196,6 @@ export default { getDept() { this.$API.system.dept.list.req({ page: 0 , type__in: 'dept'}).then((res) => { this.deptoptions = genTree(res); - }); }, diff --git a/src/views/wf/ticketdetail.vue b/src/views/wf/ticketdetail.vue index b2b6dbd3..7098431c 100644 --- a/src/views/wf/ticketdetail.vue +++ b/src/views/wf/ticketdetail.vue @@ -211,7 +211,7 @@ - + @@ -381,6 +381,7 @@ this.$API.opm.opl.read.req(this.projectId).then((res) => { debugger; this.oplDetail = res; + this.operationId = res.operation; }); }, showMoreInfo() {