Преглед изворни кода

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
                 }