用户资产

master
chaiyapeng 2024-09-03 15:26:05 +08:00
parent 071048dd0a
commit fcbbcade8b
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;
})
},