From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期四, 11 九月 2025 18:43:14 +0800 Subject: [PATCH] 最新版本541200007 --- admin/src/views/platform/set/index.vue | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/admin/src/views/platform/set/index.vue b/admin/src/views/platform/set/index.vue index 106df34..cc42f4a 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('纭畾鍒犻櫎璇ユ湀鍙板悧, 鏄惁缁х画?', '鎻愮ず', { @@ -240,6 +241,7 @@ }, handleSizeChange (capacity) { this.pagination.capacity = capacity + this.getList(1) } } } -- Gitblit v1.9.3