|
@@ -534,6 +534,12 @@
|
|
area: ['600px', '600px'],
|
|
area: ['600px', '600px'],
|
|
btn: ['确定'],
|
|
btn: ['确定'],
|
|
shadeClose: true,
|
|
shadeClose: true,
|
|
|
|
+ success: function(layero, index){
|
|
|
|
+ $('#templateName').val('');
|
|
|
|
+ tree.reload('Id2', {
|
|
|
|
+ //新的参数
|
|
|
|
+ });
|
|
|
|
+ },
|
|
yes: function(index, layero){
|
|
yes: function(index, layero){
|
|
const templateName = $('#templateName').val()
|
|
const templateName = $('#templateName').val()
|
|
if (!templateName || templateName.length <= 0) {
|
|
if (!templateName || templateName.length <= 0) {
|