|
@@ -404,7 +404,9 @@ export default {
|
|
list.push(Number.parseInt(command.replace('tab_', '')))
|
|
list.push(Number.parseInt(command.replace('tab_', '')))
|
|
}
|
|
}
|
|
this.$store.dispatch('monthlyReportEdit/returnReport', {
|
|
this.$store.dispatch('monthlyReportEdit/returnReport', {
|
|
- data: list,
|
|
|
|
|
|
+ data: {
|
|
|
|
+ subReportIds: list
|
|
|
|
+ },
|
|
cb: () => {
|
|
cb: () => {
|
|
this.$message.success('退回成功!')
|
|
this.$message.success('退回成功!')
|
|
this.$router.push({ path: '/monthlyReport/index' })
|
|
this.$router.push({ path: '/monthlyReport/index' })
|