|
@@ -506,7 +506,7 @@ export default {
|
|
|
resolve(true)
|
|
|
type==='save' && this.$message.success(res.Msg);
|
|
|
if(type !== '' && this.$refs.version) {
|
|
|
- this.$refs.version.getSandBoxList() // 刷新版本列表
|
|
|
+ this.$refs.version.handleChangeIsOnlyMine() // 刷新版本列表
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -1218,7 +1218,7 @@ export default {
|
|
|
this.$message.success(this.$t('MsgPrompt.saved_msg'))
|
|
|
}
|
|
|
if(IsManualSave && this.$refs.version) {
|
|
|
- this.$refs.version.getSandBoxList() // 刷新版本列表
|
|
|
+ this.$refs.version.handleChangeIsOnlyMine() // 刷新版本列表
|
|
|
}
|
|
|
}
|
|
|
})
|