Fixiaobai
2023-09-14 4c4c5e3815ea20fbecdd93bb35b84bd96f6ab3db
src/components/view/rawInsDetail.vue
@@ -484,9 +484,11 @@
    async submitSave() {
      const res = await this.$axios.post(
        this.$api.url.updateRawInspectsById + `${this.detailId}`
      );
      this.$message.success("提交成功");
      this.getDetailInfo();
      ).then(res=>{
        this.$parent.removeAllTab()
        this.$message.success("提交成功");
        this.getDetailInfo();
      });
    },
    // 获取设备树内容
    getOptions() {