监测点联调列表、申请联调、详情联调

This commit is contained in:
zhujiyan
2024-05-20 15:55:11 +08:00
parent 2f1e3c97be
commit d192fe4ff9
9 changed files with 50 additions and 1619 deletions

View File

@@ -1470,14 +1470,7 @@ const confirmForm = () => {
devReportForm.value.orgId = adminInfo.$state.deptId
let confirmFormData = JSON.parse(JSON.stringify(devReportForm.value))
//1.判断是否上传
// if (!deviceFilePath.value) {
// activeName.value = '1'
// return ElMessage({
// message: '请上传终端台账信息',
// type: 'warning'
// })
// }
if (!acceptanceInspectionReportSingle.value) {
return ElMessage({
message: '请上传验收检验报告单',

View File

@@ -349,7 +349,6 @@ const getInfo = async () => {
try {
await getTerminalDetailsById({ id: props.id || queryId }).then(res => {
detailData.value = res.data
console.log(detailData.value, '+++++++++')
getFileName()
})
} finally {

View File

@@ -137,7 +137,6 @@ const tableStore = new TableStore({
// tableStore.table.params.loadType = ''
// tableStore.table.params.userName = ''
// tableStore.table.params.fileUploadflag = ''
console.log(tableStore.table.params,"=========查询列表");
provide('tableStore', tableStore)