'修改图片参数转换处理'

This commit is contained in:
esacpe
2025-09-26 10:50:15 +08:00
parent 204a199990
commit 141c0d5962
12 changed files with 78 additions and 28 deletions

View File

@ -73,7 +73,7 @@ const searchConfiger = ref([
]);
const pageData = reactive({
tableData: [{}],
tableData: [],
keyCount: 0,
tableConfiger: {
rowHieght: 61,
@ -120,7 +120,7 @@ const getList = async () => {
const res = await qcckPost({
...pageData.pageConfiger,
...queryFrom.value,
sfcjpx: 0
sfxxpx: '01'
}, `/mosty-base/baxx/pxry/page`)
if(res) {
@ -139,7 +139,7 @@ const handleSubmitTraining = async (row) => {
try {
await qcckPost({
...row,
sfcjpx: 1
sfxxpx: '02'
}, "/mosty-base/baxx/pxry/edit")
proxy.$modal.msgSuccess("提交培训成功");
await getList();