|
@@ -170,7 +170,7 @@ export default {
|
|
|
"classname": "system.payorder.payorder",
|
|
|
"method": "detail_userlist",
|
|
|
"content": {
|
|
|
- "sys_payorderid": this.id,
|
|
|
+ "sys_payorderid": "",
|
|
|
"pageNumber": 1,
|
|
|
"pageSize": 20,
|
|
|
"where": {
|
|
@@ -198,6 +198,7 @@ export default {
|
|
|
},
|
|
|
/*获取账号列表*/
|
|
|
async queryAccount(){
|
|
|
+ this.param.content.sys_payorderid = this.id
|
|
|
const res = await this.$api.requested(this.param)
|
|
|
console.log(res,'账号列表')
|
|
|
this.accountList = res.data
|
|
@@ -246,8 +247,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.queryData()
|
|
|
- this.queryAccount()
|
|
|
+ /* this.queryData()
|
|
|
+ this.queryAccount()*/
|
|
|
}
|
|
|
}
|
|
|
</script>
|