用户资产
parent
071048dd0a
commit
fcbbcade8b
|
@ -87,6 +87,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
findConnectorUserList(){
|
findConnectorUserList(){
|
||||||
findConnectorUserList(this.form).then((res)=>{
|
findConnectorUserList(this.form).then((res)=>{
|
||||||
|
console.log(res.data);
|
||||||
this.tableData=res.data;
|
this.tableData=res.data;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue