1
This commit is contained in:
@@ -100,7 +100,6 @@ export default {
|
||||
getList() {
|
||||
this.loading = true
|
||||
Node_patch_search(this.queryParams).then((res) => {
|
||||
console.log(res);
|
||||
if (res.code == 200) {
|
||||
this.dataList = res.data.item1
|
||||
this.total = res.data.item2
|
||||
|
||||
Reference in New Issue
Block a user