Browse Source

Merge branch 'develop' into xuxiaoming

pull/101/head
xuxiaoming 3 years ago
parent
commit
acf8ba25d6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/views/plan/workbench/homePage/beta/predict/predictEdit.vue

+ 1
- 0
src/views/plan/workbench/homePage/beta/predict/predictEdit.vue View File

@ -343,6 +343,7 @@ export default {
})
.then(() => {
this.msgSuccess("操作成功");
this.handleUpdate(this.item.CustomerId, this.item.VersionId)
})
.catch(() => { });
},


Loading…
Cancel
Save