Merge remote-tracking branch 'origin/master'

This commit is contained in:
qingyu 2025-07-01 16:02:45 +08:00
commit 19439a8e65
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 const { success, data, total } = await apis.imgmgt
.getDataList({ .getDataList({
pageSize, pageSize,
page: current, current:current,
type:80, type:80,
...searchFormData.value, ...searchFormData.value,
}) })

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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