分页bug

This commit is contained in:
Leo_Ding 2025-07-01 14:23:18 +08:00
parent 4211973c83
commit cc53aed3f4
8 changed files with 8 additions and 8 deletions

View File

@ -119,7 +119,7 @@ async function getPageList() {
const { success, data, total } = await apis.imgmgt
.getDataList({
pageSize,
page: current,
current:current,
type:80,
...searchFormData.value,
})

View File

@ -119,7 +119,7 @@ async function getPageList() {
const { success, data, total } = await apis.imgmgt
.getDataList({
pageSize,
page: current,
current:current,
type: 100,
...searchFormData.value,
})

View File

@ -120,7 +120,7 @@ async function getPageList() {
const { success, data, total } = await apis.imgmgt
.getDataList({
pageSize,
page: current,
current:current,
type: 120,
...searchFormData.value,
})

View File

@ -119,7 +119,7 @@ async function getPageList() {
const { success, data, total } = await apis.imgmgt
.getDataList({
pageSize,
page: current,
current:current,
type: 110,
...searchFormData.value,
})

View File

@ -119,7 +119,7 @@ async function getPageList() {
const { success, data, total } = await apis.imgmgt
.getDataList({
pageSize,
page: current,
current:current,
type: 90,
...searchFormData.value,
})

View File

@ -119,7 +119,7 @@ async function getPageList() {
const { success, data, total } = await apis.imgmgt
.getDataList({
pageSize,
page: current,
current:current,
type: 70,
...searchFormData.value,
})

View File

@ -20,7 +20,7 @@
</a-form-item>
</a-col>
<a-col :span="24">
<a-form-item :label="'原料组成'" name="compose">
<a-form-item :label="'原料组成'">
<a-textarea :placeholder="'请输入原料组成'"
v-model:value="formData.compose"></a-textarea>
</a-form-item>

View File

@ -125,7 +125,7 @@ async function getPageList() {
const { success, data, total } = await apis.imgmgt
.getDataList({
pageSize,
page: current,
current:current,
type: 10,
...searchFormData.value,
})