Browse Source

完成报告时添加后续事项的问题

zhuliu 1 năm trước cách đây
mục cha
commit
fba6424a33
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/report/components/dialog/cronConclusion.vue

+ 1 - 1
src/views/report/components/dialog/cronConclusion.vue

@@ -19,7 +19,7 @@
                         @hide="hidePopover"
                         trigger="click">
                         <div>
-                            <addMatter :type="matterType" :projectId="form.id" ref="addMatter"></addMatter>
+                            <addMatter :type="matterType" ref="addMatter"></addMatter>
                         </div>
                         <el-button slot="reference">添加后续事项</el-button>
                     </el-popover>