Compare commits
2 Commits
e99340608a
...
3f31f66d7f
Author | SHA1 | Date |
---|---|---|
|
3f31f66d7f | |
|
fcbbcade8b |
|
@ -87,6 +87,7 @@ export default {
|
|||
methods: {
|
||||
findConnectorUserList(){
|
||||
findConnectorUserList(this.form).then((res)=>{
|
||||
console.log(res.data);
|
||||
this.tableData=res.data;
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue