ysy 2 tahun lalu
induk
melakukan
61aad91fdd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
         }
       })