Compare commits

...

2 Commits

Author SHA1 Message Date
chaiyapeng 3f31f66d7f Merge remote-tracking branch 'origin/master' 2024-09-03 15:26:17 +08:00
chaiyapeng fcbbcade8b 用户资产 2024-09-03 15:26:05 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ export default {
methods: {
findConnectorUserList(){
findConnectorUserList(this.form).then((res)=>{
console.log(res.data);
this.tableData=res.data;
})
},