mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 06:10:26 +08:00
优化界面
This commit is contained in:
@@ -97,10 +97,6 @@ Vue.component("http-cache-refs-config-box", {
|
||||
callback: function (resp) {
|
||||
resp.data.cacheRef.id = that.refs[index].id
|
||||
Vue.set(that.refs, index, resp.data.cacheRef)
|
||||
|
||||
// 通知子组件更新
|
||||
that.$refs.cacheRef[index].notifyChange()
|
||||
|
||||
that.change()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user