fix: BUG修改

This commit is contained in:
kun 2023-10-11 17:11:07 +08:00
parent e60df772ff
commit 0b145c3a81
14 changed files with 17 additions and 17 deletions

View File

@ -238,12 +238,12 @@ const searchForm = ref({
const active = ref(0); const active = ref(0);
const alarmPages = ref({ const alarmPages = ref({
pageNo: 1, pageNo: 1,
pageSize: 6, pageSize: 10,
total: 0 total: 0
}); });
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 6, pageSize: 10,
total: 0 total: 0
}); });
const aspectList = ref([ const aspectList = ref([

View File

@ -80,7 +80,7 @@ import monthlyDetails from "./components/monthlyDetails.vue";
import LeftMenu from "@/components/LeftMenu/LeftMenu.vue"; import LeftMenu from "@/components/LeftMenu/LeftMenu.vue";
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 7, pageSize: 10,
total: 0 total: 0
}); });
const active = ref(0); const active = ref(0);

View File

@ -163,12 +163,12 @@ const records = ref([]);
const projects = ref([]); const projects = ref([]);
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 7, pageSize: 10,
total: 0 total: 0
}); });
const pageable = ref({ const pageable = ref({
pageNo: 1, pageNo: 1,
pageSize: 12, pageSize: 10,
total: 0 total: 0
}); });
// //

View File

@ -228,7 +228,7 @@ const statusList = ref([
const tableData = ref([]); const tableData = ref([]);
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 7, pageSize: 10,
total: 0 total: 0
}); });
const records = ref([]); const records = ref([]);

View File

@ -87,7 +87,7 @@ const relativeId = ref("");
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 7, pageSize: 10,
total: 0 total: 0
}); });
const records = ref([]); const records = ref([]);

View File

@ -89,7 +89,7 @@ import { ElMessage } from "element-plus";
const isDetails = ref(false); const isDetails = ref(false);
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 7, pageSize: 10,
total: 0 total: 0
}); });
const records = ref([]); const records = ref([]);

View File

@ -132,7 +132,7 @@ const formData = ref({
}); });
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 7, pageSize: 10,
total: 0 total: 0
}); });
// ProTable 便 // ProTable 便

View File

@ -54,7 +54,7 @@ import { ColumnProps } from "@/components/ProTable/interface";
import { getRealTimePage } from "@/api/modules/project"; import { getRealTimePage } from "@/api/modules/project";
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 7, pageSize: 10,
total: 0 total: 0
}); });
const records = ref<ResAiProjectPage[] | ResAiEngineerPage[]>([]); const records = ref<ResAiProjectPage[] | ResAiEngineerPage[]>([]);

View File

@ -231,12 +231,12 @@ const searchForm = ref({
const active = ref(0); const active = ref(0);
const alarmPages = ref({ const alarmPages = ref({
pageNo: 1, pageNo: 1,
pageSize: 6, pageSize: 10,
total: 0 total: 0
}); });
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 6, pageSize: 10,
total: 0 total: 0
}); });
const aspectList = ref([ const aspectList = ref([

View File

@ -155,7 +155,7 @@ const pages = ref({
}); });
const pageable = ref({ const pageable = ref({
pageNo: 1, pageNo: 1,
pageSize: 12, pageSize: 10,
total: 0 total: 0
}); });

View File

@ -147,7 +147,7 @@ const searchSn = ref<string>("");
const searchName = ref<string>(""); const searchName = ref<string>("");
const pages = ref({ const pages = ref({
pageNo: 1, pageNo: 1,
pageSize: 6, pageSize: 10,
total: 0 total: 0
}); });

View File

@ -194,7 +194,7 @@ interface rightFormList {
const pageable = reactive({ const pageable = reactive({
pageNo: 1, pageNo: 1,
pageSize: 9, pageSize: 10,
total: 0 total: 0
}); });

View File

@ -183,7 +183,7 @@ interface rightFormList {
const pageable = reactive({ const pageable = reactive({
pageNo: 1, pageNo: 1,
pageSize: 9, pageSize: 10,
total: 0 total: 0
}); });

View File

@ -180,7 +180,7 @@ interface rightFormList {
const pageable = reactive({ const pageable = reactive({
pageNo: 1, pageNo: 1,
pageSize: 9, pageSize: 10,
total: 0 total: 0
}); });