This commit is contained in:
lcw
2025-09-26 12:56:52 +08:00
parent 204a199990
commit 2bed0ee326
503 changed files with 37423 additions and 1132 deletions

View File

@ -83,7 +83,7 @@ const pageData = reactive({
// 初始化数据
const init = async (type, id) => {
dialogForm.value = true;
const res = await qcckGet({},`/mosty-base/baxx/njpx/getInfo/${id}`)
const res = await qcckGet({},`/bagl/mosty-base/baxx/njpx/getInfo/${id}`)
console.log(res,'=========');
listQuery.value.pxkcList = res.pxkcList || []
pageData.tableData = res.pxryList || []

View File

@ -93,7 +93,7 @@ const changeSize = (val) => {
const getList = () => {
pageData.tableConfiger.loading = true;
let data = { ...pageData.pageConfiger, ...queryFrom.value };
qcckPost(data, "/mosty-base/baxx/njpx/page").then((res) => {
qcckPost(data, "/bagl/mosty-base/baxx/njpx/page").then((res) => {
pageData.tableData = res.records || [];
pageData.total = res.total;
pageData.tableConfiger.loading = false;