askbot-dragon 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -2771,7 +2771,9 @@ export default {
2771
2771
  newVal = this.getAttach(newVal)
2772
2772
  if (this.currentEditor){
2773
2773
  if (this.workOrderDestail){
2774
- this.workOrderDestail.value = newVal;
2774
+ this.$nextTick(() =>{
2775
+ this.workOrderDestail.value = newVal;
2776
+ })
2775
2777
  }
2776
2778
  /*this.currentEditor.model.change( writer => {
2777
2779
  writer.setSelection( writer.createPositionAt( this.currentEditor.model.document.getRoot(), 'end' ) );