This commit is contained in:
2023-11-03 10:49:56 +08:00
parent e2dca2d06b
commit 4c35c51481
9 changed files with 17 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ export default {
name: 'repairorderdetail',
data () {
return {
code: this.$route.query.id,
code: this.$route.query.code,
dataList: []
}
},