This commit is contained in:
赵正易
2024-04-17 17:06:34 +08:00
parent 3caa6c06be
commit 65890b5688

View File

@@ -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