修改 数据中心测试bug
This commit is contained in:
@@ -87,7 +87,7 @@ const open = async (row: any) => {
|
||||
await viewCustomReportTemplateById({ id: row.id }).then((Response:any) => {
|
||||
Response.forEach((item: any) => {
|
||||
item.celldata.forEach((k: any) => {
|
||||
item.data[k.r][k.c].v = k.v
|
||||
item.data[k.r][k.c].v ? (item.data[k.r][k.c] = k.v ) : ''
|
||||
})
|
||||
})
|
||||
options.value.data = Response
|
||||
|
||||
Reference in New Issue
Block a user