浏览代码

Merge branch 'update' of http://git.shengws.com:3000/zhangbj/xt_vue into update

zhengchengwu 6 年前
父节点
当前提交
17edc56f85
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/xt_pages/workforce/components/template_table.vue

+ 1 - 0
src/xt_pages/workforce/components/template_table.vue 查看文件

@@ -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
                 }