修改 电能质量问题管理页面
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user