src/components/view/rawInsBox.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/view/rawInsDetail.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/view/rawInsBox.vue
@@ -30,6 +30,7 @@ console.log(this.id) }, goBack() { this.$parent.removeAllTab() this.showDetail = false } } src/components/view/rawInsDetail.vue
@@ -485,9 +485,9 @@ const res = await this.$axios.post( this.$api.url.updateRawInspectsById + `${this.detailId}` ).then(res=>{ this.$parent.removeAllTab() this.$message.success("提交成功"); this.getDetailInfo(); this.goBack() }); }, // 获取设备树内容