提交 d424b2cb authored 作者: 刘旭's avatar 刘旭

修改

上级 f749e9c8
......@@ -49,6 +49,7 @@ import { getCommonConfig } from '@/services/api/systemApi/fieldConfiguration/com
// 查询参数
const listQuery = ref({
platformProductRelationId: 1,
jobClassName: '', // 任务类名
pageNo: 1, // 页码
pageSize: 10, // 每页数量
......@@ -147,7 +148,7 @@ const handleClose = () => {
// 获取通用配置id数据
const initCommonConfig = () => {
getCommonConfig(1, 10, '', 3).then((res: any) => {
getCommonConfig(1, 1, 10, '', 3).then((res: any) => {
if (res.code === 200) {
commonConfigData.value = res.data.records
}
......@@ -161,7 +162,6 @@ const initStsoList = () => {
if (res.code === 200) {
stsoData.value = res.data.records
total.value = res.data.total
console.log(res);
}
})
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论