Commit 7817e807 authored by jingnan's avatar jingnan 👀

合并产品【10696】工作流服务任务监控页面需要提供按条件查询【11305】10719bug

parent f4381225
(window["webpackJsonp-dee-workflow"]=window["webpackJsonp-dee-workflow"]||[]).push([["chunk-727a93a8"],{"91ae":function(n,o,e){var t={"./formListComponents":"c25c","./formListComponents.js":"c25c","./tabComponents":"d2f0","./tabComponents.js":"d2f0","./tableListComponents":"b77f","./tableListComponents.js":"b77f"};function s(n){var o=f(n);return e(o)}function f(n){if(!e.o(t,n)){var o=new Error("Cannot find module '"+n+"'");throw o.code="MODULE_NOT_FOUND",o}return t[n]}s.keys=function(){return Object.keys(t)},s.resolve=f,n.exports=s,s.id="91ae"},b77f:function(n,o){},c25c:function(n,o){},d2f0:function(n,o){}}]);
\ No newline at end of file
(window["webpackJsonp-dee-workflow"]=window["webpackJsonp-dee-workflow"]||[]).push([["chunk-b51100ac"],{"91aef":function(n,o,e){var t={"./formListComponents":"c25c","./formListComponents.js":"c25c","./tabComponents":"d2f0","./tabComponents.js":"d2f0","./tableListComponents":"b77f","./tableListComponents.js":"b77f"};function f(n){var o=s(n);return e(o)}function s(n){if(!e.o(t,n)){var o=new Error("Cannot find module '"+n+"'");throw o.code="MODULE_NOT_FOUND",o}return t[n]}f.keys=function(){return Object.keys(t)},f.resolve=s,n.exports=f,f.id="91aef"},b77f:function(n,o){},c25c:function(n,o){},d2f0:function(n,o){}}]);
\ No newline at end of file
...@@ -433,7 +433,7 @@ export default { ...@@ -433,7 +433,7 @@ export default {
this.getTasks(getUnreadTask, 3) this.getTasks(getUnreadTask, 3)
this.getTasks(getReadTask, 4) this.getTasks(getReadTask, 4)
this.getList() this.getList()
getTemplateList({ page: 1, size: 9999 }).then(res => { getTemplateList({ page: 1, size: 9999, needXml: false }).then(res => {
const content = this.$utils._get(res, 'items.content') || [] const content = this.$utils._get(res, 'items.content') || []
this.workflowTemplateOpts = content.map(m => { this.workflowTemplateOpts = content.map(m => {
return { return {
......
...@@ -123,7 +123,7 @@ export default { ...@@ -123,7 +123,7 @@ export default {
class: 'link-style', class: 'link-style',
on: { on: {
click: () => { click: () => {
getInstancePbo(params.processInstanceId || params.id).then(res => { getInstancePbo(params.processInstanceId).then(res => {
const pbo = res.items const pbo = res.items
if (pbo) { if (pbo) {
let modelName = pbo.dxClassname.split('.').splice(-1)[0] let modelName = pbo.dxClassname.split('.').splice(-1)[0]
...@@ -255,7 +255,7 @@ export default { ...@@ -255,7 +255,7 @@ export default {
}, },
initData() { initData() {
this.getList() this.getList()
getTemplateList({ page: 1, size: 9999 }).then(res => { getTemplateList({ page: 1, size: 9999, needXml: false }).then(res => {
const content = this.$utils._get(res, 'items.content') || [] const content = this.$utils._get(res, 'items.content') || []
this.workflowTemplateOpts = content.map(m => { this.workflowTemplateOpts = content.map(m => {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment