修改法规意见收集标题回显中文标题
This commit is contained in:
+2
@@ -435,6 +435,7 @@
|
||||
standId: content[0].id,
|
||||
serialNumber: content[0].serial_number,
|
||||
title: content[0].title,
|
||||
title_en: content[0].title_en,
|
||||
technologyTerritory: content[0].technology_territory_id
|
||||
})
|
||||
this.standardDecomposition = content
|
||||
@@ -482,6 +483,7 @@
|
||||
if (content && content.length > 0) {
|
||||
this.selectedRowKeysRecord.push({
|
||||
standId: content[0].id,
|
||||
title_en:content[0].title_en,
|
||||
serialNumber: content[0].serial_number,
|
||||
title: content[0].title,
|
||||
technologyTerritory: content[0].technology_territory_id
|
||||
|
||||
Reference in New Issue
Block a user