yangzhou-cyber 3 роки тому
джерело
коміт
26a9f0e703
2 змінених файлів з 4 додано та 4 видалено
  1. +2
    -2
      src/views/assessingTarget/constraint.vue
  2. +2
    -2
      src/views/assessingTarget/reward.vue

+ 2
- 2
src/views/assessingTarget/constraint.vue Переглянути файл

@@ -144,11 +144,11 @@ export default {
dataList: [],
loading: false,
count: 0,
tableHeight: document.documentElement.clientHeight - 470,
tableHeight: document.documentElement.clientHeight - 360,
page: {
page: 1,
limit: Math.floor(
(document.documentElement.clientHeight - 470 - 45) / 45
(document.documentElement.clientHeight - 360 - 45) / 45
),
},
searchParams: {

+ 2
- 2
src/views/assessingTarget/reward.vue Переглянути файл

@@ -153,11 +153,11 @@ export default {
dataList: [],
loading: false,
count: 0,
tableHeight: document.documentElement.clientHeight - 470,
tableHeight: document.documentElement.clientHeight - 360,
page: {
page: 1,
limit: Math.floor(
(document.documentElement.clientHeight - 470 - 45) / 45
(document.documentElement.clientHeight - 360 - 45) / 45
),
},
searchParams: {

Завантаження…
Відмінити
Зберегти