Browse Source

修改bug

master_hella_20240701
liuchen864 8 months ago
parent
commit
180ed7988c
  1. 1
      src/views/qms/inspection/inspectionJob/addForm.vue

1
src/views/qms/inspection/inspectionJob/addForm.vue

@ -1006,6 +1006,7 @@ const changeQualitativeCode = (e, item, cur) => {
let obj = item.selectedProjectRespVOList.find((cur) => cur.dictionaryValue == e) let obj = item.selectedProjectRespVOList.find((cur) => cur.dictionaryValue == e)
console.log(obj) console.log(obj)
cur.defectLevel = obj.defectLevel cur.defectLevel = obj.defectLevel
cur.estimateCode = obj.estimateCode
} }
</script> </script>
<style scoped> <style scoped>

Loading…
Cancel
Save