Browse Source

提交代码,修改权限控制。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.12.1^2
zouap 2 years ago
parent
commit
d5d98af7ad
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      web_src/js/components/Model.vue

+ 0
- 2
web_src/js/components/Model.vue View File

@@ -408,10 +408,8 @@ export default {
let _this = this;
_this.$axios
.put(_this.url + "modify_model_status", {
params: {
id: id,
isPrivate:isPrivate,
},
})
.then((res) => {
_this.loadrefresh(row);


Loading…
Cancel
Save