分切下料2

This commit is contained in:
2025-03-19 17:01:26 +08:00
parent 6b9ff24685
commit 0bd289b8ff
6 changed files with 61 additions and 19 deletions

View File

@@ -73,7 +73,7 @@
async _showManualView () {
let res = await showManualView()
if (res) {
this.dataList = [...res.data]
this.dataList = [...res]
}
}
}