pull/4/head
qiuhongwu 8 months ago
parent edb2aac013
commit cb3f1cefef

@ -670,8 +670,6 @@ const handleInitPlanSub = async (id) => {
item.threeDimOwner = subTemp.threeDimOwner item.threeDimOwner = subTemp.threeDimOwner
} }
}) })
console.log(planData.value, 'planData')
console.log(formData.value, 'formData')
} }
/** 重置表单 */ /** 重置表单 */
const resetForm = () => { const resetForm = () => {

@ -289,7 +289,6 @@ import * as PnApi from '@/api/heli/pn'
import { deleteFile, downloadFile, getFilePage } from '@/api/infra/file' import { deleteFile, downloadFile, getFilePage } from '@/api/infra/file'
import download from '@/utils/download' import download from '@/utils/download'
import * as UserApi from '@/api/system/user' import * as UserApi from '@/api/system/user'
import { log } from 'console'
const reload = inject('reload') const reload = inject('reload')
@ -409,7 +408,6 @@ const UpError = (err, file, fileList) => {
if (err) { if (err) {
// failedAttachments.value // failedAttachments.value
failedAttachments.value.push(file) failedAttachments.value.push(file)
// console.log(failedAttachments.value);
failedAttachmentsName.value = failedAttachments.value.map((value) => value.name) failedAttachmentsName.value = failedAttachments.value.map((value) => value.name)
} }
} }

@ -426,7 +426,6 @@ const UpError = (err, file, fileList) => {
if (err) { if (err) {
// failedAttachments.value // failedAttachments.value
failedAttachments.value.push(file) failedAttachments.value.push(file)
// console.log(failedAttachments.value);
failedAttachmentsName.value = failedAttachments.value.map((value) => value.name) failedAttachmentsName.value = failedAttachments.value.map((value) => value.name)
} }
} }

Loading…
Cancel
Save