935090232@qq.com
2021-10-28 248f33ff3b981a15b4adf26880e24852809561d9
zq-erp/src/main/resources/templates/views/admin/hive-erp/sms/sysSmsTemplate-list.html
@@ -107,7 +107,7 @@
         layer.open({
            type : 2,
            title : "添加短信模板表",
            area : [ MUI.SIZE_L, '400px' ],
            area : MUI.SIZE_M,
            maxmin : true,
            content : [ basePath+'/admin/sysSmsTemplate/editForm']
         }); 
@@ -118,7 +118,7 @@
         layer.open({
            type : 2,
            title : "编辑短信模板表",
            area : [ MUI.SIZE_L, '400px' ],
                area : MUI.SIZE_M,
            maxmin : true,
            content : [ basePath+'/admin/sysSmsTemplate/editForm?id=' + id]
         });