Fixiaobai
2023-09-14 7b07e33a1c719f9831fa3c5d81522b9f2da45bc4
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() {