Ver Fonte

代码提交

cxs há 1 mês atrás
pai
commit
a67104bacd

+ 0 - 14
package.json

@@ -4,20 +4,6 @@
   "version": "1.2.0",
   "type": "module",
   "description": "admin open source management system",
-  "author": {
-    "name": "Geeker",
-    "email": "848130454@qq.com",
-    "url": "https://github.com/HalseySpicy"
-  },
-  "license": "MIT",
-  "homepage": "https://github.com/HalseySpicy/Geeker-Admin",
-  "repository": {
-    "type": "git",
-    "url": "git@github.com:HalseySpicy/Geeker-Admin.git"
-  },
-  "bugs": {
-    "url": "https://github.com/HalseySpicy/Geeker-Admin/issues"
-  },
   "scripts": {
     "dev": "vite",
     "serve": "vite",

+ 2 - 2
src/views/alarm/allData/index.vue

@@ -418,8 +418,8 @@ const copiedCustomizeColumns = ref<any>([...customizeColumns.value]);
 
 // 查询自动站列表
 const queryas = ref<Platform>({
-  pagesize: 50,
-  currentpage: 1
+  pageSize: 50,
+  pageNum: 1
 })
 
 const platformList =ref<any>([])

+ 2 - 2
src/views/alarm/allWeather/index.vue

@@ -264,8 +264,8 @@ onDeactivated(() => {
 const platformList =ref<any>([])
 // 查询自动站列表
 const queryas = ref<Platform>({
-  pagesize: 50,
-  currentpage: 1
+  pageSize: 50,
+  pageNum: 1
 })
 
 const getPlatforms = async () => {

+ 2 - 2
src/views/query/hazardousWeather/index.vue

@@ -282,8 +282,8 @@ onMounted(() => {
 const platformList =ref<any>([])
 // 查询自动站列表
 const queryas = ref<Platform>({
-  pagesize: 50,
-  currentpage: 1
+  pageSize: 50,
+  pageNum: 1
 })
 
 const getPlatforms = async () => {

+ 2 - 2
src/views/query/queryObservationData/index.vue

@@ -611,8 +611,8 @@ const copiedCustomizeColumns = ref<any>([...customizeColumns.value]);
 
 // 查询自动站列表
 const queryas = ref<Platform>({
-  pagesize: 50,
-  currentpage: 1
+  pageSize: 50,
+  pageNum: 1
 })
 
 const platformList =ref<any>([])