对接未符合项

This commit is contained in:
qq787203167
2022-05-11 16:11:39 +08:00
parent d158cd41a5
commit f1ae33dc9e
3 changed files with 11 additions and 13 deletions
@@ -965,9 +965,7 @@
this.visible = false
this.selectedRowKeys = []
this.$message.success(this.$t('OperationSuccessful'))
this.$router.push({
path: '/ProcessCenter'
})
this.getList()
} else {
this.$message.warning(this.$t('operationFailed'))
}
@@ -1133,17 +1131,17 @@
},
addProcess(val) {
let num = 2
// for (let i = 0; i < 3; i++) {
// setTimeout(() => {
this.startProcessDesign(val)
// }, 500)
// }
let num = 1
for (let i = 0; i < 3; i++) {
setTimeout(() => {
++num
this.startProcessDesign(val, num)
}, 500)
}
},
startProcessDesign(value, num) {
let query = {
type: 2,
type: num,
msg: JSON.stringify(value).replace(/\"/g, '\'')
}
postAction('/workFlow/startProcess', query).then((res) => {
@@ -89,7 +89,7 @@
{
title: this.$t('ProcessType'),
align: 'center',
dataIndex: 'ProcessType'
dataIndex: 'flowType'
},
{
title: this.$t('areaOfResponsibility'),
@@ -99,7 +99,7 @@
{
title: this.$t('ProcessType'),
align: 'center',
dataIndex: 'ProcessType'
dataIndex: 'flowType'
},
{
title: this.$t('RelatedItems'),