This commit is contained in:
赵正易
2024-04-17 15:35:49 +08:00
parent 9253a302f3
commit 9d69954c11

View File

@@ -100,6 +100,7 @@ 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