ruoyi-ui/src/views/self/show.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/travel/edit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/self/show.vue
@@ -1515,6 +1515,7 @@ addNote(this.formDat).then(response => { this.$modal.msgSuccess("新增成功"); this.getList(); this.open = false; // 清空formDat对象的数据 Object.keys(this.formDat).forEach(key => { ruoyi-ui/src/views/travel/edit.vue
@@ -146,7 +146,7 @@ this.btn= jd this.dsb = !jd this.isShow=true document.title = "修改旅行费用详细信息"; // document.title = "修改旅行费用详细信息"; this.$route.meta.title = "修改旅行费用详细信息";//列表的名称 }