修改生产界面

master
夜笙歌 8 months ago
parent f4d070767d
commit cfaa8042fa

@ -464,7 +464,7 @@ export default {
if (rows.length > 1) { if (rows.length > 1) {
this.$refs.table1.toggleRowExpansion(rows[0], false) this.$refs.table1.toggleRowExpansion(rows[0], false)
} }
const data = await getPlanDrawings() const data = await getPlanDrawings({planId: e.planId, attachId: e.attachId})
console.log(data) console.log(data)
}, },
// //

Loading…
Cancel
Save