qukaidi hace 3 años
padre
commit
d7dfc54017
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/maintenance/rebate/index.vue

+ 1 - 1
src/views/maintenance/rebate/index.vue

@@ -241,7 +241,7 @@ export default {
       // })
     },
     addRow(row) {
-      row.insideList.push({ $cellEdit: true })
+      row.insideList.push({corpId:row.id,$cellEdit: true })
     },
     // 表格展开触发
     expandChange(row, index) {