Live2D
摘要: 首先拦截器放行: html: toolbar或者toolbardemo; JS: 头工具栏: 或者: 控制层:新新建统一标准接口 阅读全文
posted @ 2020-07-27 09:55 漫天繁星入眼帘 阅读(162) 评论(0) 推荐(0)
摘要: html: js: //创建字典复选框 //contain:容器JQ对象, //dictCode:字典编码 //excludeList:要排除不显示的字典数据编码列表 function addDictDataToCheckBox(contain,dictCode,excludeList,name){ 阅读全文
posted @ 2020-07-24 14:57 漫天繁星入眼帘 阅读(336) 评论(0) 推荐(0)
摘要: 需要新建一个接口去查询到另一张表中所需要用到的数据 Sql写在乙表的dao.xml 接口方法、控制层都写在乙表当中: 甲表的HTML: 甲表的JS: 乙表: docDocumentSearchResult.getRecords()要与data.xxx保持一致~~~ 阅读全文
posted @ 2020-07-24 10:43 漫天繁星入眼帘 阅读(131) 评论(0) 推荐(0)
摘要: 甲获取到乙的数据 插入到丙: Sql:写在甲表中: 甲表关联查询乙表 甲对乙的关联查询接口写在了甲中: <!-- search --> <select id="searchRps" parameterType="com.greathack.homlin.pojo.docDistribute.DocR 阅读全文
posted @ 2020-07-24 08:58 漫天繁星入眼帘 阅读(188) 评论(0) 推荐(0)
摘要: 字典不需要控制字符区间 字典控制: 阅读全文
posted @ 2020-07-24 08:51 漫天繁星入眼帘 阅读(114) 评论(0) 推荐(0)
摘要: (但是toolbar有多条操作记录时 该方法会失败)如下图: 阅读全文
posted @ 2020-07-24 08:50 漫天繁星入眼帘 阅读(390) 评论(0) 推荐(0)
摘要: 在controller层打断点 后台只捕获到docState 问题有可能发生在JS 添加 ,approvalState:formData.approvalState 阅读全文
posted @ 2020-07-24 08:49 漫天繁星入眼帘 阅读(171) 评论(0) 推荐(0)
摘要: 添加: sort: true, width: 150 阅读全文
posted @ 2020-07-24 08:48 漫天繁星入眼帘 阅读(124) 评论(0) 推荐(0)
摘要: 在项目webinfo下面创建lib文件 引入ueditor.1.2.2 jar(比较特殊 因为maven仓库里没有) 阅读全文
posted @ 2020-07-24 08:43 漫天繁星入眼帘 阅读(914) 评论(0) 推荐(0)
摘要: Umeditor.min.js 在最后面添加(save)方法: UM.registerUI('save', function( name ){ //该方法里的this指向编辑器实例 var me = this, //实例化一个UMEDITOR提供的按钮对象 $button = $.eduibutto 阅读全文
posted @ 2020-07-24 08:40 漫天繁星入眼帘 阅读(517) 评论(0) 推荐(0)