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