|
|
@@ -56,7 +56,7 @@ export default {
|
|
|
param:{
|
|
|
"id": 20221205111302,
|
|
|
"content": {
|
|
|
- "sa_orderid": 12,
|
|
|
+ "sa_orderid": 0,
|
|
|
"pageNumber": 1,
|
|
|
"pageSize": 17,
|
|
|
"where": {
|
|
|
@@ -70,6 +70,7 @@ export default {
|
|
|
},
|
|
|
methods:{
|
|
|
async listData() {
|
|
|
+ this.param.content.sa_orderid = this.$route.query.id
|
|
|
const res = await this.$api.requested(this.param)
|
|
|
this.tableData = res.data
|
|
|
this.total = res.total
|