We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5fb39 commit cd27918Copy full SHA for cd27918
src/views/bpm/processInstance/detail.vue
@@ -275,23 +275,6 @@ export default {
275
this.tasksLoad = false;
276
});
277
},
278
- /** 处理选择流程的按钮操作 **/
279
- handleSelect(row) {
280
- // 设置选择的流程
281
- this.selectProcessInstance = row;
282
-
283
- // 流程表单
284
- if (row.formId) {
285
- // 设置对应的表单
286
- this.detailForm = {
287
- ...JSON.parse(row.formConf),
288
- fields: decodeFields(row.formFields)
289
- }
290
- } else if (row.formCustomCreatePath) {
291
- this.$router.push({ path: row.formCustomCreatePath});
292
- // 这里暂时无需加载流程图,因为跳出到另外个 Tab;
293
294
- },
295
getDateStar(ms) {
296
return getDate(ms);
297
0 commit comments