chore(component): 清除无用代码

This commit is contained in:
贤心 2025-03-05 20:09:55 +08:00
parent c5b90d63be
commit 4c46682e2e

View File

@ -223,18 +223,6 @@ layui.define(['jquery', 'lay'], function(exports) {
return instance.call(that);
};
// 仅刷新视图 --- 待统一整理
/* component.refresh = function(id) {
var that = instance.getThis(id);
if (!that) return;
} */
// 仅更新数据 --- 待统一整理
/* component.update = function(id) {
var that = instance.getThis(id);
if (!that) return;
} */
/**
* 组件渲染
* @param {Object} options - 配置项