|
@@ -250,7 +250,7 @@ export default {
|
|
},
|
|
},
|
|
viewRow(row) {
|
|
viewRow(row) {
|
|
this.generalizationId = row.id;
|
|
this.generalizationId = row.id;
|
|
- this.generalizationDiaTitle = "泛化场景 " + row.sceneId;
|
|
|
|
|
|
+ this.generalizationDiaTitle = "泛化模板- " + (row.sceneId || "");
|
|
this.generalizationVisible = true;
|
|
this.generalizationVisible = true;
|
|
},
|
|
},
|
|
getFileNameList() {
|
|
getFileNameList() {
|