Commit 0c73ae16 authored by “yiyousong”'s avatar “yiyousong”

pref:修改报表参数获取

parent 253dbf65
...@@ -203,15 +203,15 @@ export default { ...@@ -203,15 +203,15 @@ export default {
}, },
// 切换材料 // 切换材料
changeIndex(row, index) { changeIndex(row, index) {
console.log(row);
this.active = index; this.active = index;
this.checkMaterials( this.checkMaterials(
row.matterId, row.matterId,
row.matterName, row.matterName,
"", row.materiaFullName,
row.materialName, row.materialName,
row.materialFullName row.materialFullName
); );
console.log(row);
}, },
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment