工单 告警 报事 修改

This commit is contained in:
2025-08-23 17:35:55 +08:00
parent 9a60d90592
commit ee9021b6af
10 changed files with 866 additions and 649 deletions

View File

@@ -101,7 +101,6 @@
this.realSubmit()
return
}
console.log("t1", this.selectedImages)
const images = this.selectedImages
.map(item => item?.path?.replace('file://', '') || item?.url || null)
.filter(path => path !== null);