|
@@ -178,6 +178,10 @@ export default {
|
|
|
label: '珠宝首饰艺术品',
|
|
|
},
|
|
|
{
|
|
|
+ value: '债权',
|
|
|
+ label: '债权',
|
|
|
+ },
|
|
|
+ {
|
|
|
value: '其他资产评估',
|
|
|
label: '其他资产评估',
|
|
|
},
|
|
@@ -285,12 +289,12 @@ export default {
|
|
|
})
|
|
|
.then(() => {
|
|
|
let commit = new Object()
|
|
|
- commit.instanceNodeId = currentNodeId;
|
|
|
- commit.state = 'TERMINATE';
|
|
|
- commit.comments = '超级管理员终止流程';
|
|
|
- commit.businessSubId = statementNo;
|
|
|
- commit.businessMinId = reportNo;
|
|
|
- commit.ifCheckTask = false;
|
|
|
+ commit.instanceNodeId = currentNodeId
|
|
|
+ commit.state = 'TERMINATE'
|
|
|
+ commit.comments = '超级管理员终止流程'
|
|
|
+ commit.businessSubId = statementNo
|
|
|
+ commit.businessMinId = reportNo
|
|
|
+ commit.ifCheckTask = false
|
|
|
this.$api.workflow.commit(commit).then((res) => {
|
|
|
if (res.code === 200 && res.data) {
|
|
|
this.$notify({
|
|
@@ -299,7 +303,7 @@ export default {
|
|
|
type: 'success',
|
|
|
duration: 2000,
|
|
|
})
|
|
|
- this.searchList();
|
|
|
+ this.searchList()
|
|
|
} else {
|
|
|
this.$notify({
|
|
|
title: '失败',
|