This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码,修改权限控制。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.12.1^2
zouap
2 years ago
parent
25aba8919b
commit
d5d98af7ad
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save