Browse Source

update

tags/v1.22.11.2^2
chenshihai 3 years ago
parent
commit
73ffb17ff0
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.pop();
list.push('create_local_model_2'); list.push('create_local_model_2');
window.location.href = list.join('/') + '?type=0&name=' + encodeURIComponent(this.state.name) + '&id=' + res.id; 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({ this.$message({
type: 'error', type: 'error',
message: res.msg, message: res.msg,


Loading…
Cancel
Save