mirror of https://github.com/layui/layui
优化 transfer 的无效返回 (#1388)
* Create FUNDING.yml * 误修改 --------- Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>pull/1391/head
parent
98aad87f90
commit
37ddc84d19
|
@ -56,7 +56,7 @@ layui.define(['laytpl', 'form'], function(exports){
|
||||||
var getThisModuleConfig = function(id){
|
var getThisModuleConfig = function(id){
|
||||||
var config = thisModule.config[id];
|
var config = thisModule.config[id];
|
||||||
if(!config) hint.error('The ID option was not found in the '+ MOD_NAME +' instance');
|
if(!config) hint.error('The ID option was not found in the '+ MOD_NAME +' instance');
|
||||||
return; config || null;
|
return config || null;
|
||||||
};
|
};
|
||||||
|
|
||||||
// 字符常量
|
// 字符常量
|
||||||
|
|
Loading…
Reference in New Issue