Commit 06c758c2 authored by mercury233's avatar mercury233

fix dbreader alias

parent 4d1643aa
Pipeline #939 passed with stages
in 1 minute and 29 seconds
......@@ -59,6 +59,7 @@ export class Card {
card.datas = _.clone(this.datas);
card.texts.id = code;
card.datas.id = code;
card.datas.alias = this.code;
}
return card;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment