fix : 修复新增分摊复制/添加一行功能
This commit is contained in:
@@ -306,18 +306,18 @@ const handleSubmit = (instance) => {
|
|||||||
deploymentId: processInstanceData.value.deploymentId,
|
deploymentId: processInstanceData.value.deploymentId,
|
||||||
}
|
}
|
||||||
console.log('params', params, formData.value.tableData)
|
console.log('params', params, formData.value.tableData)
|
||||||
// const {code, msg} = await addAllocation(params)
|
const {code, msg} = await addAllocation(params)
|
||||||
// ElNotification({
|
ElNotification({
|
||||||
// title: '提示',
|
title: '提示',
|
||||||
// message: msg,
|
message: msg,
|
||||||
// type: code === 1000 ? 'success' : 'error'
|
type: code === 1000 ? 'success' : 'error'
|
||||||
// })
|
})
|
||||||
// if (code === 1000) {
|
if (code === 1000) {
|
||||||
// tagsViewStore.delVisitedViews(router.currentRoute.value.path)
|
tagsViewStore.delVisitedViews(router.currentRoute.value.path)
|
||||||
// router.push({
|
router.push({
|
||||||
// name: 'Expense/share'
|
name: 'Expense/share'
|
||||||
// })
|
})
|
||||||
// }
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const handleResubmit = (instance) => {
|
const handleResubmit = (instance) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user