修改法规清单重新提交

This commit is contained in:
范强强
2023-05-18 15:40:43 +08:00
parent 34fa44d640
commit 52a389bbea
@@ -42,14 +42,14 @@
</span>
<span slot="approvalOpinion" slot-scope="text,result">
<a-tooltip placement="topLeft">
<template slot="title" >
<template slot="title">
<span>{{text}}</span>
</template>
{{text}}
</a-tooltip>
<!-- <span :title="text">-->
<!-- {{text}}-->
<!-- </span>-->
<!-- <span :title="text">-->
<!-- {{text}}-->
<!-- </span>-->
</span>
<span slot="resultofhandling" slot-scope="text,result">
<span :class="statusClass[result.operatorResult]" :title="result.operatorResultName">
@@ -210,10 +210,13 @@
methods: {
getList() {
let query = {
actiProcInstId: this.queryProject.actiProcInstId || this.queryProject.prcId
actiProcInstId: this.queryProject.actiProcInstId || this.queryProject.prcId,
flowType: this.queryProject.flowType,
projectLawsInventoryId: this.queryProject.projectTaskInventoryId
}
this.loading = true
getAction('/wkflow/processHistoryEO/list', query).then((res) => {
// /wkflow/processHistoryEO/list
getAction('/wkflow/processHistoryEO/queryComplianceProcessHistoryList', query).then((res) => {
if (res.success) {
this.dataSource = res.result || []
if (this.dataSource.length > 0) {