Browse Source

解决排班模板的 bug

庄逸洲 6 years ago
parent
commit
5d0450bd8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/workforce/components/template_table.vue

+ 1 - 0
src/xt_pages/workforce/components/template_table.vue View File

@@ -566,6 +566,7 @@ export default {
566 566
                         message: "已保存",
567 567
                         type: "success",
568 568
                     })
569
+                    this.template.items = resp.data.items
569 570
                 } else {
570 571
                     this.$message.error(resp.msg)
571 572
                 }