添加自定义 icon

This commit is contained in:
GGJ
2024-04-07 13:43:30 +08:00
parent a43dd0f62f
commit 266da2405f
198 changed files with 298 additions and 68 deletions

View File

@@ -89,8 +89,7 @@ const open = (row: any) => {
dialogVisible.value = true
getAbnormalDetail(row.powerQualityProblemNo).then((res: any) => {
addData.value = res.data
FillingRef.value.open(row)
FillingRef.value.open(row)
})
}