generated from Leo_Ding/web-template
分页bug
This commit is contained in:
parent
4211973c83
commit
cc53aed3f4
@ -119,7 +119,7 @@ async function getPageList() {
|
||||
const { success, data, total } = await apis.imgmgt
|
||||
.getDataList({
|
||||
pageSize,
|
||||
page: current,
|
||||
current:current,
|
||||
type:80,
|
||||
...searchFormData.value,
|
||||
})
|
||||
|
||||
@ -119,7 +119,7 @@ async function getPageList() {
|
||||
const { success, data, total } = await apis.imgmgt
|
||||
.getDataList({
|
||||
pageSize,
|
||||
page: current,
|
||||
current:current,
|
||||
type: 100,
|
||||
...searchFormData.value,
|
||||
})
|
||||
|
||||
@ -120,7 +120,7 @@ async function getPageList() {
|
||||
const { success, data, total } = await apis.imgmgt
|
||||
.getDataList({
|
||||
pageSize,
|
||||
page: current,
|
||||
current:current,
|
||||
type: 120,
|
||||
...searchFormData.value,
|
||||
})
|
||||
|
||||
@ -119,7 +119,7 @@ async function getPageList() {
|
||||
const { success, data, total } = await apis.imgmgt
|
||||
.getDataList({
|
||||
pageSize,
|
||||
page: current,
|
||||
current:current,
|
||||
type: 110,
|
||||
...searchFormData.value,
|
||||
})
|
||||
|
||||
@ -119,7 +119,7 @@ async function getPageList() {
|
||||
const { success, data, total } = await apis.imgmgt
|
||||
.getDataList({
|
||||
pageSize,
|
||||
page: current,
|
||||
current:current,
|
||||
type: 90,
|
||||
...searchFormData.value,
|
||||
})
|
||||
|
||||
@ -119,7 +119,7 @@ async function getPageList() {
|
||||
const { success, data, total } = await apis.imgmgt
|
||||
.getDataList({
|
||||
pageSize,
|
||||
page: current,
|
||||
current:current,
|
||||
type: 70,
|
||||
...searchFormData.value,
|
||||
})
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -125,7 +125,7 @@ async function getPageList() {
|
||||
const { success, data, total } = await apis.imgmgt
|
||||
.getDataList({
|
||||
pageSize,
|
||||
page: current,
|
||||
current:current,
|
||||
type: 10,
|
||||
...searchFormData.value,
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user