Selaa lähdekoodia

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

zhengchengwu 6 vuotta sitten
vanhempi
commit
17edc56f85
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/xt_pages/workforce/components/template_table.vue

+ 1 - 0
src/xt_pages/workforce/components/template_table.vue Näytä tiedosto

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