Map<String,Object> pbclwhMainMap = (Map<String,Object>)param.get("pbclwhMain"); PbclwhVo pbclwhVo=new PbclwhVo(); BeanUtil.fillBeanWithMap(pbclwhMainM Read More
posted @ 2022-07-05 15:20 Li_ll Views(1000) Comments(0) Diggs(0)
1. input 代码 ,我们项目组的input封装了,不过不影响使用 通过 @keyup 事件绑定show方法,需要将当前行的信息以及index传递,方便操作 另外要单独给这些需要操作的输入框添加class,方便后面获取 <el-table-column className="mycell" mi Read More
posted @ 2022-07-04 17:09 Li_ll Views(708) Comments(0) Diggs(0)
子 async update(res){ //this.$refs.child.animates(); this.userform = res; }, 主 <DetailEdit @detailData="func" ref="dadjCKDASYXXEdit" :addType="resultTy Read More
posted @ 2022-07-01 18:03 Li_ll Views(158) Comments(0) Diggs(0)
package com.hopedove.processserver.util; /** * 字符串格式化 * * @author ruoyi */ public class StrFormatter { public static final String EMPTY_JSON = "{}"; p Read More
posted @ 2022-06-13 09:51 Li_ll Views(115) Comments(0) Diggs(0)
package com.hopedove.processserver.util; import java.util.*; /** * 字符串工具类 * * @author ruoyi */ public class StringUtils extends org.apache.commons.lan Read More
posted @ 2022-06-13 09:50 Li_ll Views(28) Comments(0) Diggs(0)
package com.hopedove.processserver.util; import org.apache.commons.lang3.time.DateFormatUtils; import java.lang.management.ManagementFactory; import j Read More
posted @ 2022-06-13 09:49 Li_ll Views(86) Comments(0) Diggs(0)
package com.hopedove.commons.utils; import javax.servlet.http.HttpServletRequest; import java.io.BufferedReader; import java.io.IOException; import ja Read More
posted @ 2022-06-13 09:41 Li_ll Views(103) Comments(0) Diggs(0)
http请求 package com.hopedove.commons.utils; import org.apache.http.*; import org.apache.http.client.entity.UrlEncodedFormEntity; import org.apache.http Read More
posted @ 2022-06-13 09:40 Li_ll Views(255) Comments(0) Diggs(0)
util package com.hopedove.commons.utils; import com.hopedove.commons.exception.BusinException; import com.hopedove.commons.exception.ErrorCode; import Read More
posted @ 2022-06-13 09:23 Li_ll Views(410) Comments(0) Diggs(0)
package com.hopedove.processserver.util; import java.util.HashMap; /** * 操作消息提醒 * * @author ruoyi */ public class AjaxResult extends HashMap<String, O Read More
posted @ 2022-06-13 09:08 Li_ll Views(155) Comments(0) Diggs(0)