ysy hace 2 años
padre
commit
61aad91fdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         }
       })