Fixiaobai
2023-09-14 0fb69c491f03e84ba034f6b2144b0559e25e0ec0
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.$message.success("提交成功");
        this.getDetailInfo();
        this.goBack()
      });
    },
    // 获取设备树内容
    getOptions() {