微调
This commit is contained in:
@@ -68,6 +68,7 @@ const open = (row: any) => {
|
||||
dialogVisible.value = true
|
||||
list.value = JSON.parse(JSON.stringify(row.row))
|
||||
getFileNameAndFilePath({ filePath: row.row.reportPath }).then(res => {
|
||||
list.value.keyName = res.data.name
|
||||
list.value.reportPath = res.data.url
|
||||
list.value.reportName = res.data.fileName
|
||||
})
|
||||
|
||||
@@ -130,6 +130,7 @@ const submit = () => {
|
||||
|
||||
const open = (row: any) => {
|
||||
dialogVisible.value = true
|
||||
resetForm()
|
||||
List.value = row.row
|
||||
title.value = row.text
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
></el-input>
|
||||
</el-form-item> -->
|
||||
<el-form-item for="-" label="监测点:" prop="monitorNumber">
|
||||
<el-select v-model="form.monitorNumber" clearable style="width: 100%" placeholder="请选择监测点">
|
||||
<el-select v-model="form.monitorNumber" clearable filterable style="width: 100%" placeholder="请选择监测点">
|
||||
<el-option v-for="item in minitorList" :key="item.id" :label="item.name"
|
||||
:value="item.id"></el-option>
|
||||
</el-select>
|
||||
|
||||
@@ -300,6 +300,7 @@ const tableStore = new TableStore({
|
||||
list.value.lineType = tableStore.table.params.lineType
|
||||
list.value.alarmThreshold = tableStore.table.params.alarmThreshold
|
||||
flag.value = level.value
|
||||
console.log('flag',flag.value)
|
||||
flagTime.value = tableStore.table.params.dataType == 0 ? true : false
|
||||
},
|
||||
loadCallback: () => {
|
||||
|
||||
Reference in New Issue
Block a user