diff --git a/src/pages/merchant/pages/task-center/manage-materials.vue b/src/pages/merchant/pages/task-center/manage-materials.vue index e6bd0fe..44934e8 100644 --- a/src/pages/merchant/pages/task-center/manage-materials.vue +++ b/src/pages/merchant/pages/task-center/manage-materials.vue @@ -46,6 +46,7 @@ const vo = reactive({ page: '', rows: [], total: 0, + pageSize: 9, }); const {loading, pagination} = useTableQuery({ @@ -53,7 +54,6 @@ const {loading, pagination} = useTableQuery({ api: Api.merchant.getTaskChildrenList, callback: (data) => { Object.assign(vo, data); - console.log(vo); } }); @@ -74,29 +74,55 @@ const {loading, pagination} = useTableQuery({ @page-change="(e) => pagination.current = e" :pagination="pagination"> diff --git a/src/pages/merchant/pages/task-center/new-task.vue b/src/pages/merchant/pages/task-center/new-task.vue index edf5e57..45c7236 100644 --- a/src/pages/merchant/pages/task-center/new-task.vue +++ b/src/pages/merchant/pages/task-center/new-task.vue @@ -12,7 +12,7 @@ import Api from "../../../../api/index.js"; import {deleteObjectFields} from "../../../../utils/index.js"; const routes = useRoute(); -const step = ref(7); +const step = ref(1); const form = reactive({}); const init = () => { @@ -41,7 +41,6 @@ const success = async (po) => {
- {{ form }} 任务简介 发布管理