|
@@ -99,7 +99,7 @@ export default {
|
|
const text=result[i].name;
|
|
const text=result[i].name;
|
|
const textp=result[i].description||result[i].name;
|
|
const textp=result[i].description||result[i].name;
|
|
const msg = getExpStr(text);
|
|
const msg = getExpStr(text);
|
|
- const msgp = getExpStr(text);
|
|
|
|
|
|
+ const msgp = getExpStr(textp);
|
|
if(result[i].select){
|
|
if(result[i].select){
|
|
subQas = subQas+","+result[i].subQuestion;
|
|
subQas = subQas+","+result[i].subQuestion;
|
|
if(result[i].name.indexOf("${")!==-1){
|
|
if(result[i].name.indexOf("${")!==-1){
|