ysy 2 년 전
부모
커밋
61aad91fdd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/technology/productParam/components/process.vue

+ 1 - 1
src/views/technology/productParam/components/process.vue

@@ -258,7 +258,7 @@ export default {
       tableList = this.$refs.table.getData()
 
       tableList.forEach(e => {
-        if(e.id = current.id) {
+        if(e.id == current.id) {
           e.produceList = data
         }
       })