...
|
...
|
@@ -588,8 +588,12 @@ layui.define(['xmSelect', 'md5'], function (exports) { |
|
|
id: id,
|
|
|
content: laytpl(res.body).render(JSON.stringify(params)),
|
|
|
success: function (layero, index) {
|
|
|
if (done) {
|
|
|
if (typeof done==="function") {
|
|
|
done(layero, index);
|
|
|
}else if(done.success){
|
|
|
done.success()
|
|
|
}else {
|
|
|
return
|
|
|
}
|
|
|
},
|
|
|
yes: function (index, layero) {
|
...
|
...
|
|