ysy 2 rokov pred
rodič
commit
61aad91fdd

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

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