- 博客(9)
- 收藏
- 关注
转载 elemet-ui table刷新不改变勾选状态
<el-table :data="goodsData" border size="mini" height="350" ref="table" :row-key="getRowKeys" @selection-change="handleSelectionChange"> <el-table-column type="selection" :reserve-selection="true" width="55" align="center"> <
2021-09-01 10:53:44
571
原创 dtree点击内容,展开叶子
注:vue 下引入dtreelet dtree = window.layui.dtree, layer = window.layui.layer, $ = window.layui.jquery;let dTree = dtree.render({ elem: "#goodsTree", data: that.goods, line: true, ficon: ["1","-1"], icon: "-1" });dtree.on("node('goodsTree')" ,function
2021-04-01 15:16:11
529
原创 获取layui tree的点击层级
注:这里的layex.treeRender是封装好的,其他人要用的话,就正常按照layui的树写tree.render就行。layex.treeRender({ elem: '#goodsTree', data: that.goods, click: function(obj) { /* 判断当前点击的树是几级--start */ let el = obj.elem[0].parentElement; let level = el.childNodes[0].dataset.id;
2021-03-31 13:43:13
1325
原创 ant-design-pro(项目)
预览地址:https://pro.ant.design/index-cn下载地址:https://github.com/ant-design/ant-design-pro/
2021-03-09 15:31:17
245
转载 新版web.xml
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/j
2021-02-20 14:02:39
118
转载 防止资源导出失败
<!--在build中配置resources,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/resources</directory> <excludes> <exclude&g
2021-02-19 17:20:10
124
转载 maven阿里云镜像
maven阿里云镜像:<mirror> <id>nexus-aliyun</id> <mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url></mirror&
2021-02-19 15:12:10
172
原创 javaWeb 响应状态码
200:请求成功;3XX:重定向;4XX:找不到资源,资源不存在; 4045XX:服务器代码错误; 500 502:网关错误
2021-02-19 14:36:11
117
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人