GouGengquan 5 months ago
parent
commit
4d8858f00b
1 changed files with 11 additions and 7 deletions
  1. 11 7
      src/views/assets/allList.vue

+ 11 - 7
src/views/assets/allList.vue

@@ -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: '失败',