ysy 2 năm trước cách đây
mục cha
commit
61aad91fdd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         }
       })