fix: BUG修改
This commit is contained in:
parent
e60df772ff
commit
0b145c3a81
@ -238,12 +238,12 @@ const searchForm = ref({
|
||||
const active = ref(0);
|
||||
const alarmPages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 6,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 6,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const aspectList = ref([
|
||||
|
||||
@ -80,7 +80,7 @@ import monthlyDetails from "./components/monthlyDetails.vue";
|
||||
import LeftMenu from "@/components/LeftMenu/LeftMenu.vue";
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 7,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const active = ref(0);
|
||||
|
||||
@ -163,12 +163,12 @@ const records = ref([]);
|
||||
const projects = ref([]);
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 7,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const pageable = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 12,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
// 项目或者工程名字
|
||||
|
||||
@ -228,7 +228,7 @@ const statusList = ref([
|
||||
const tableData = ref([]);
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 7,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const records = ref([]);
|
||||
|
||||
@ -87,7 +87,7 @@ const relativeId = ref("");
|
||||
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 7,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const records = ref([]);
|
||||
|
||||
@ -89,7 +89,7 @@ import { ElMessage } from "element-plus";
|
||||
const isDetails = ref(false);
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 7,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const records = ref([]);
|
||||
|
||||
@ -132,7 +132,7 @@ const formData = ref({
|
||||
});
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 7,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
// 获取 ProTable 元素,调用其获取刷新数据方法(还能获取到当前查询参数,方便导出携带参数)
|
||||
|
||||
@ -54,7 +54,7 @@ import { ColumnProps } from "@/components/ProTable/interface";
|
||||
import { getRealTimePage } from "@/api/modules/project";
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 7,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const records = ref<ResAiProjectPage[] | ResAiEngineerPage[]>([]);
|
||||
|
||||
@ -231,12 +231,12 @@ const searchForm = ref({
|
||||
const active = ref(0);
|
||||
const alarmPages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 6,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 6,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
const aspectList = ref([
|
||||
|
||||
@ -155,7 +155,7 @@ const pages = ref({
|
||||
});
|
||||
const pageable = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 12,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@ const searchSn = ref<string>("");
|
||||
const searchName = ref<string>("");
|
||||
const pages = ref({
|
||||
pageNo: 1,
|
||||
pageSize: 6,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
|
||||
|
||||
@ -194,7 +194,7 @@ interface rightFormList {
|
||||
|
||||
const pageable = reactive({
|
||||
pageNo: 1,
|
||||
pageSize: 9,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
|
||||
|
||||
@ -183,7 +183,7 @@ interface rightFormList {
|
||||
|
||||
const pageable = reactive({
|
||||
pageNo: 1,
|
||||
pageSize: 9,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
|
||||
|
||||
@ -180,7 +180,7 @@ interface rightFormList {
|
||||
|
||||
const pageable = reactive({
|
||||
pageNo: 1,
|
||||
pageSize: 9,
|
||||
pageSize: 10,
|
||||
total: 0
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user