From 1477a1353e96b5620a29c78e2b08647a1a2bc5b7 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 15 十月 2024 19:07:25 +0800 Subject: [PATCH] ll --- admin/src/views/platform/set/index.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/admin/src/views/platform/set/index.vue b/admin/src/views/platform/set/index.vue index 106df34..824cbcf 100644 --- a/admin/src/views/platform/set/index.vue +++ b/admin/src/views/platform/set/index.vue @@ -162,7 +162,8 @@ import Pagination from '@/components/common/Pagination' import QueryForm from '@/components/common/QueryForm' import GlobalWindow from '@/components/common/GlobalWindow' -import { getPlatform, PlatformEdit, PlatformDel } from '@/api' +// import { getPlatform, PlatformEdit, PlatformDel } from '@/api' +import { PlatformEdit, PlatformDel } from '@/api' export default { components: { Pagination, @@ -202,12 +203,12 @@ getList (page) { const { filters, pagination } = this pagination.page = page || pagination.page - getPlatform({ - model: { ...filters }, - ...pagination - }).then(res => { - this.dataList = res.records - }) + // getPlatform({ + // model: { ...filters }, + // ...pagination + // }).then(res => { + // this.dataList = res.records + // }) }, handleDel (item) { this.$confirm('纭畾鍒犻櫎璇ユ湀鍙板悧, 鏄惁缁х画?', '鎻愮ず', { -- Gitblit v1.9.3