|
|
|
@@ -406,10 +406,9 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
modifyModelStatus(id, name, rowKey,isPrivate) { |
|
|
|
let row = { cName: name, id: id, rowKey: rowKey }; |
|
|
|
let data = {'id':id,'isPrivate':isPrivate,'repo':this.repo}; |
|
|
|
modifyModelStatus(data); |
|
|
|
_this.loadrefresh(row); |
|
|
|
this.getModelList(); |
|
|
|
}, |
|
|
|
deleteModel(id, name, rowKey) { |
|
|
|
let row = { cName: name, id: id, rowKey: rowKey }; |
|
|
|
|