src/views/quality/processInspect/processInspect-form.vue
@@ -536,8 +536,11 @@
            let val = sessionStorage.getItem("process-resultVal-" + this.processInspectVo.id);
            val == undefined ? this.resultVal = null : this.resultVal = val
        }
        const isAdd = this.$route.query.isAdd
        this.init()
        this.selOutBatchNo()
        if(isAdd) {
            this.selOutBatchNo()
        }
    },
    methods: {
        selOutBatchNo(){