|
@@ -6,7 +6,7 @@
|
|
|
{{ route.query.flowName ? route.query.flowName : "流程标题(发起)" }}
|
|
|
</div>
|
|
|
<div class="line"></div>
|
|
|
- <Subscribe ref="makeDom"></Subscribe>
|
|
|
+ <Subscribe :queryData="queryData.data" v-if="flowForm.flowKey == 'apply_buy'" ref="makeDom"></Subscribe>
|
|
|
</div>
|
|
|
<div class="bottom" v-if="route.query.processType != 20">
|
|
|
<div class="commons-title title">处理意见</div>
|
|
@@ -296,7 +296,7 @@ onMounted(async () => {
|
|
|
}
|
|
|
.bottom {
|
|
|
margin-top: 10px;
|
|
|
- height: 200px;
|
|
|
+ height: 190px;
|
|
|
background: #fff;
|
|
|
padding: 20px;
|
|
|
overflow-y: auto;
|