对接未符合项
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user