Live2D
摘要: /提交审批 if (obj.event 'addTijiaoshenpi') { var tjsp=document.getElementById('tjsp'); tjsp.childNodes[0].data ="提交发文管理"; tjsp.setAttribute('lay-event','t 阅读全文
posted @ 2020-07-23 18:47 漫天繁星入眼帘 阅读(388) 评论(0) 推荐(0)
摘要: 前端:umeditor.config.js默认不需要修改 Image.js修改submit方法(用于解决请求跨域的问题): submit: function (callback) { var me = this, input = $( '<input style="filter: alpha(opa 阅读全文
posted @ 2020-07-23 17:46 漫天繁星入眼帘 阅读(839) 评论(0) 推荐(0)
摘要: html: <div class="layui-form-item"> <label class="layui-form-label cos-sm-1">是否录入志愿云</label> <div class="layui-input-inline cos-sm-3"> <select name="s 阅读全文
posted @ 2020-07-23 17:41 漫天繁星入眼帘 阅读(294) 评论(0) 推荐(0)
摘要: 在umeditor.min.js中搜索“,obj.”,修改程“,”,也就是去掉obj.,就可以了 阅读全文
posted @ 2020-07-23 14:37 漫天繁星入眼帘 阅读(606) 评论(0) 推荐(0)
摘要: Js:规定数据列表的字段名称(dataname 和 countName)要与控制层search返回的结果集类型保持一致 页面查询的结果只看js传进的路径 是get(findbyexample)还是search(search(criteria))里面的方法 去dao.xml 找findbyexampl 阅读全文
posted @ 2020-07-23 14:25 漫天繁星入眼帘 阅读(166) 评论(0) 推荐(0)