品名问题修复

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

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

Loading…
Cancel
Save