@@ -226,6 +226,10 @@
getAction(this.url.queryById, record).then((res) => {
console.log(88,res)
this.model = res.result
+ const b = res.result.files.map((res) => {
+ return res.url
+ })
+ this.model.files = b.join(',')
// this.model.cmmsUpkeepItemDtoList = this.model.cmmsUpkeepItemDtoList.map((res) => {
// return {
// id: id,