Browse Source

Fix problem content not updated when change problem id

pull/6/head
Menci 8 years ago
parent
commit
5291ccd8ed
  1. 2
      models/problem.js

2
models/problem.js

@ -453,7 +453,7 @@ class Problem extends Model {
}
this.id = id;
this.save();
await this.save();
}
getModel() { return model; }

Loading…
Cancel
Save