监测点联调列表、申请联调、详情联调
This commit is contained in:
@@ -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: '请上传验收检验报告单',
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user