修复 table 在 IE 下报错

#1438
pull/1453/head
sight 2023-12-13 07:10:46 +08:00
parent 597078fa7b
commit a4867099be
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
var resolveTplStr = function(templet){
try{
return lay(templet).html();
}catch{
}catch(err){
return templet;
}
}