Commit 2cf7a07f by 米嘉伟

人员库案件库分页展示BUG

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