zouyu
2023-09-15 d89f3b606e0236f3efcbc33e9f4cfe57d515dbf5
src/components/view/rawInsDetail.vue
@@ -488,9 +488,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()
      });
    },
    // 获取设备树内容