Commit 2cf7a07f by 米嘉伟

人员库案件库分页展示BUG

parent edc29def
......@@ -505,7 +505,7 @@ export default {
width3: 180,
width2: 100,
width1: 220,
height: 550,
height: 500,
disabled: false, // 新增人员按钮状态
isShowTjddl: false, // 添加到队列
isShowGz: false, // 关注
......
......@@ -457,7 +457,7 @@ export default {
width3: 100,
width2: 180,
width1: 220,
height: 550,
height: 500,
isShowAjxxk: false,// 案件信息卡
disabled: false, // 新增案件按钮状态
isShowTjddl: false,// 添加到队列
......
......@@ -587,8 +587,6 @@ export default {
onChange (file, fileList) {
// console.log(file.raw, 2222233333)
// if (this.timer2) clearTimeout(this.timer2);
// this.timer2 = setTimeout(() => {
// this.paramsArr = fileList;
......@@ -604,8 +602,6 @@ export default {
// return i
// });
// this.newArr.push(obj);
// console.log(this.newArr, this.paramsArr)
// }, 200)
......@@ -701,7 +697,6 @@ export default {
const regTT = /\<TTHitResultPackage\>/ // 查重
// const regLL = /\<LLHitResultPackage\>(.*?)\<\/LLHitResultPackage\>/ // 串查
const regLL = /\<LLHitResultPackage\>/ // 串查
//正查,倒查
let regTypes = result.match(reg)
let regType = null;
......@@ -715,14 +710,12 @@ export default {
console.log('有查重文件')
regType = '0'
}
// 串查
let regTypeLL = result.match(regLL)
if (regTypeLL != null) {
console.log('有串重文件')
regType = '3'
}
// console.log('regType', regType)
//查重
// let TT = result.match(regTT)
......
......@@ -59,10 +59,10 @@ export default {
<style lang="scss"scoped>
.p1 {
padding-top: 108px;
padding-top: 109px;
}
.p2 {
padding-top: 57px;
padding-top: 58px;
}
.jcxq {
position: relative;
......@@ -71,7 +71,7 @@ export default {
height: 100%;
.fixedBox {
position: absolute;
top: 0;
top: 0.5px;
left: 0;
width: 100%;
background-color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment