任务id1000083 完成率80%

This commit is contained in:
duan
2024-08-27 16:38:11 +08:00
parent a0cad20d31
commit 7876ed1c11
3 changed files with 13 additions and 3 deletions

View File

@@ -313,7 +313,8 @@ export default {
pageSize: this.tableData.size,
orderType: this.orderType,
...this.query,
productName
productName,
userId:this.$route.query.userId
});
this.tableData.loading = false;
this.tableData.data = res.content;