Browse Source

。。。

洪海涛 4 years ago
parent
commit
873318b1df
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/monthlyReport/childrenPage/editReport/index.vue

+ 3 - 1
src/views/monthlyReport/childrenPage/editReport/index.vue

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