洪海涛 %!s(int64=4) %!d(string=hai) anos
pai
achega
873318b1df
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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' })