品名问题修复

szh-new
lijingjia 2 months ago
parent 4e8428abda
commit d09992f225

@ -307,8 +307,8 @@
} }
// //
const getFormSet = (v) => { const getFormSet = (v) => {
return const postData = { permissionId: permissionsInfo('/BookingDetail').permissionId, formNo: 10, taskStatus: route.query.status || 'NORMAL' }
GetFormSetInfoByModule({ permissionId: permissionsInfo('/BookingDetail').permissionId, formNo: 10, taskStatus: route.query.status || v || 'NORMAL' }).then(res => { GetFormSetInfoByModule(postData).then(res => {
const { data } = res const { data } = res
if (data && data.id) { if (data && data.id) {
const content = JSON.parse(data.content).columns const content = JSON.parse(data.content).columns
@ -334,12 +334,12 @@
}) })
} }
} }
console.log(content)
// //
OtherInfo.value.updateSchema(content) OtherInfo.value.updateSchema(content)
RefbasicInfo.value.updateSchema(content) RefbasicInfo.value.updateSchema(content)
RefmailingInfo.value.updateSchemaL(content) RefmailingInfo.value.updateSchemaL(content)
RefmailingInfo.value.updateSchemaR(content) RefmailingInfo.value.updateSchemaR(content)
RefcargoInfo.value.updateSchema(content)
// //
setTimeout(() => { setTimeout(() => {
if (RefcargoInfo.value) { if (RefcargoInfo.value) {

Loading…
Cancel
Save