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
         }
       })