浏览代码

。。。

洪海涛 4 年之前
父节点
当前提交
873318b1df
共有 1 个文件被更改,包括 3 次插入1 次删除
  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' })