修改 电能质量问题管理页面

This commit is contained in:
GGJ
2024-04-03 16:24:14 +08:00
parent 60462b0086
commit a43dd0f62f
11 changed files with 383 additions and 121 deletions

View File

@@ -311,7 +311,7 @@ const xTableRef = ref()
const addData = ref({
orgName: '',
problemSources: '',
problemName: dictData.state.area[0].name,
problemName: '',
orgNo: dictData.state.area[0].id
})
const ordinaryA = ref({
@@ -454,7 +454,7 @@ const formatter = (row: any) => {
}
// 运维异常问题新增
const generateAbnormal = () => {
operationAddRef.value.validate(valid => {
operationAddRef.value.validate((valid: any) => {
if (valid) {
addAbnormalIssues({
...operationAdddata.value,