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() {