zouyu
2023-11-09 89b0e33ebd5be488d4de4525831e8095213e86a8
src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -442,14 +442,14 @@
      },
      // 添加行
      clickAddLine(row) {
        console.log(row);
        let ele = {
            fId: Math.random(),
            father: row.father?row.father:null,
            father: null,
            iid: Math.random(),
            children:[]
        }
        if(row){
          ele.father = row.father?row.father:null
          row.children.forEach(item => {
              ele.children.push({
                deviceId: null,