minfix
This commit is contained in:
parent
73bc584036
commit
3dfa1cc525
|
@ -178,7 +178,7 @@ export default {
|
|||
}
|
||||
|
||||
// 3. Update GUI
|
||||
this.vers.push( { id: parseInt(rs.created_id), label: label } );
|
||||
this.version.list.push( { id: parseInt(rs.created_id), label: label } );
|
||||
|
||||
}.bind(this));
|
||||
|
||||
|
|
Loading…
Reference in New Issue