Browse Source

Merge branch 'zouap_static' of https://git.openi.org.cn/OpenI/aiforge into zouap_static

tags/v1.22.11.2^2
zouap 3 years ago
parent
commit
d6419e5304
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/vuepages/pages/modelmanage/local/modelmanage-local-create-1.vue

+ 1
- 1
web_src/vuepages/pages/modelmanage/local/modelmanage-local-create-1.vue View File

@@ -169,7 +169,7 @@ export default {
list.pop();
list.push('create_local_model_2');
window.location.href = list.join('/') + '?type=0&name=' + encodeURIComponent(this.state.name) + '&id=' + res.id;
} if (res && res.code == '-1') {
} else if (res && res.code == '-1') {
this.$message({
type: 'error',
message: res.msg,


Loading…
Cancel
Save