From 2fafc298a0b8468ccd98ecf4dd9918ee85cef252 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期五, 09 八月 2024 16:15:54 +0800
Subject: [PATCH] fix: 修改添加
---
src/views/authority/users/index.vue | 2 +-
src/views/dmx/model/index.vue | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/views/authority/users/index.vue b/src/views/authority/users/index.vue
index caa282b..4219037 100644
--- a/src/views/authority/users/index.vue
+++ b/src/views/authority/users/index.vue
@@ -531,7 +531,7 @@
const basePagination: Pagination = {
current: 1,
- pageSize: 20,
+ pageSize: 15,
};
const pagination = reactive({
...basePagination,
diff --git a/src/views/dmx/model/index.vue b/src/views/dmx/model/index.vue
index 06aeb11..32d7e20 100644
--- a/src/views/dmx/model/index.vue
+++ b/src/views/dmx/model/index.vue
@@ -125,11 +125,7 @@
</div> -->
<div>
<!-- <addModel></addModel> -->
- <a-button
- type="primary"
- :loading="loading"
- @click="handleAddModel"
- >
+ <a-button type="primary" @click="handleAddModel">
<template #icon>
<icon-plus />
</template>
--
Gitblit v1.8.0