04 2020 档案
摘要:```form.on('submit(formSearch)', function (data) { console.log(data); table.reload('test', { where: { //这里不能写pageNum:1() 如果这样写的话点击分页器只能获取第一页的数据 data.field, //设定异步数据接...
阅读全文
摘要:```getTime() { let date = new Date(); let y = date.getFullYear(); //年 let m = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.getMonth() + 1; //月 ...
阅读全文
摘要:Echarts最大余额法使饼图各项相加的占比为100%
阅读全文