This commit is contained in:
xiongchengqiang 2020-12-16 19:10:39 +08:00
parent 3554eb3784
commit ed8a63f965

View File

@ -304,7 +304,7 @@ export default {
const obj = this.titleList.find(i => i.active) const obj = this.titleList.find(i => i.active)
if (obj.num === 0) return this.$message.info('暂无可催办人员!') if (obj.num === 0) return this.$message.info('暂无可催办人员!')
const params = { const params = {
startId: this.startId[0], startId: this.startId[1],
flowProcess: obj.flowProcess flowProcess: obj.flowProcess
} }
const res = await apiManagerUrging(params) const res = await apiManagerUrging(params)