修改法规清单重新提交
This commit is contained in:
+9
-6
@@ -42,14 +42,14 @@
|
|||||||
</span>
|
</span>
|
||||||
<span slot="approvalOpinion" slot-scope="text,result">
|
<span slot="approvalOpinion" slot-scope="text,result">
|
||||||
<a-tooltip placement="topLeft">
|
<a-tooltip placement="topLeft">
|
||||||
<template slot="title" >
|
<template slot="title">
|
||||||
<span>{{text}}</span>
|
<span>{{text}}</span>
|
||||||
</template>
|
</template>
|
||||||
{{text}}
|
{{text}}
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<!-- <span :title="text">-->
|
<!-- <span :title="text">-->
|
||||||
<!-- {{text}}-->
|
<!-- {{text}}-->
|
||||||
<!-- </span>-->
|
<!-- </span>-->
|
||||||
</span>
|
</span>
|
||||||
<span slot="resultofhandling" slot-scope="text,result">
|
<span slot="resultofhandling" slot-scope="text,result">
|
||||||
<span :class="statusClass[result.operatorResult]" :title="result.operatorResultName">
|
<span :class="statusClass[result.operatorResult]" :title="result.operatorResultName">
|
||||||
@@ -210,10 +210,13 @@
|
|||||||
methods: {
|
methods: {
|
||||||
getList() {
|
getList() {
|
||||||
let query = {
|
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
|
this.loading = true
|
||||||
getAction('/wkflow/processHistoryEO/list', query).then((res) => {
|
// /wkflow/processHistoryEO/list
|
||||||
|
getAction('/wkflow/processHistoryEO/queryComplianceProcessHistoryList', query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataSource = res.result || []
|
this.dataSource = res.result || []
|
||||||
if (this.dataSource.length > 0) {
|
if (this.dataSource.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user