优化界面

This commit is contained in:
刘祥超
2022-03-10 15:47:25 +08:00
parent be71992930
commit e22dfd3314
4 changed files with 3 additions and 7 deletions

View File

@@ -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()
}
})