王震
2024-01-25 1eb626f55cfd1f476326e14eee650e4f5c2c1da4
src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -492,8 +492,7 @@
    },
    created(){
      this.dataForm.id = this.$route.query.id
      this.resultVal = this.$route.query.resultVal
      console.log("aa--",this.resultVal);
      this.resultVal = this.$route.params.resultVal
      if(this.resultVal == null){
        let val = sessionStorage.getItem("raw-resultVal-"+this.dataForm.id)
        val == undefined ? null : this.resultVal=val