|
@@ -89,7 +89,7 @@ let app = new Vue({
|
|
|
treeIndex: 0,
|
|
|
rollFlag: true,
|
|
|
config1: {
|
|
|
- waitTime: 1300,
|
|
|
+ waitTime: 7000,
|
|
|
header: ["双选单位", "双选岗位", "双选人数", "报名人数", "发布时间"],
|
|
|
headerHeight: 55,
|
|
|
columnWidth: [230, 170],
|
|
@@ -169,7 +169,7 @@ let app = new Vue({
|
|
|
'date': '2017-12-16'
|
|
|
}],
|
|
|
classOption: {
|
|
|
- step: 2
|
|
|
+ step: 9
|
|
|
},
|
|
|
configMark: {
|
|
|
waitTime: 2000,
|
|
@@ -415,7 +415,7 @@ let app = new Vue({
|
|
|
beforeCreate() {
|
|
|
// 跳转地址
|
|
|
let AddUrl = location.protocol + "//" + location.host + "/ierp"
|
|
|
- // return
|
|
|
+ return
|
|
|
if (!window.location.search) {
|
|
|
// alert("链接已失效,请重新打开")
|
|
|
window.location.href = AddUrl
|
|
@@ -2449,7 +2449,6 @@ let app = new Vue({
|
|
|
let list = []
|
|
|
let a = []
|
|
|
if (res) {
|
|
|
-
|
|
|
if (res.data.length != 0) {
|
|
|
res.data.forEach((item, index) => {
|
|
|
list.push([item[0], item[1], item[2], item[3], item[4]])
|
|
@@ -2483,8 +2482,9 @@ let app = new Vue({
|
|
|
}
|
|
|
that.itemClass = "item_content_" + (that.configDataIndex + 5)
|
|
|
that.funChangeList(that.configDataIndex)
|
|
|
- that.recruitInfoIndex = that.configDataIndex
|
|
|
+ // that.recruitInfoIndex = that.configDataIndex
|
|
|
that.configDataIndex += 1
|
|
|
+ that.recruitInfoIndex += 1
|
|
|
}, that.config1.waitTime)
|
|
|
} else {
|
|
|
setTimeout(() => {
|
|
@@ -2521,10 +2521,22 @@ let app = new Vue({
|
|
|
}
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
+ this.recruitInfoList.forEach(item=>{
|
|
|
+ // if(item.content){
|
|
|
+ // console.log(item.content.split("\n"));
|
|
|
+ // }
|
|
|
+ item.forEach(i=>{
|
|
|
+ i.infos = i.content.split("\n").filter(Boolean)
|
|
|
+ })
|
|
|
+ })
|
|
|
+ console.log(this.recruitInfoList);
|
|
|
that.isShowInfoList = true
|
|
|
})
|
|
|
})
|
|
|
},
|
|
|
+ handleBR(item){
|
|
|
+ return item
|
|
|
+ },
|
|
|
funChangeList(idnex) {
|
|
|
let listIndex = idnex
|
|
|
// this.address = this.config1.data[listIndex][0] + "。"
|
|
@@ -2789,21 +2801,15 @@ let app = new Vue({
|
|
|
that.initLineRight(rightThree, { value: dataList[2].value, total }, "lineRight3")
|
|
|
that.initLineRight(rightFour, { value: dataList[3].value, total }, "lineRight4")
|
|
|
that.initLineRight(rightFive, { value: dataList[4].value, total }, "lineRight5")
|
|
|
- } else {
|
|
|
- that.initLineRight(rightOne, { value: 25, total: 67 }, "lineRight1")
|
|
|
- that.initLineRight(rightTwo, { value: 22, total: 67 }, "lineRight2")
|
|
|
- that.initLineRight(rightThree, { value: 10, total: 67 }, "lineRight3")
|
|
|
- that.initLineRight(rightFour, { value: 8, total: 67 }, "lineRight4")
|
|
|
- that.initLineRight(rightFive, { value: 2, total: 67 }, "lineRight5")
|
|
|
}
|
|
|
|
|
|
}
|
|
|
}).catch(err => {
|
|
|
- that.initLineRight(rightOne, { value: 25, total: 67 }, "lineRight1")
|
|
|
- that.initLineRight(rightTwo, { value: 22, total: 67 }, "lineRight2")
|
|
|
- that.initLineRight(rightThree, { value: 10, total: 67 }, "lineRight3")
|
|
|
- that.initLineRight(rightFour, { value: 8, total: 67 }, "lineRight4")
|
|
|
- that.initLineRight(rightFive, { value: 2, total: 67 }, "lineRight5")
|
|
|
+ // that.initLineRight(rightOne, { value: 25, total: 67 }, "lineRight1")
|
|
|
+ // that.initLineRight(rightTwo, { value: 22, total: 67 }, "lineRight2")
|
|
|
+ // that.initLineRight(rightThree, { value: 10, total: 67 }, "lineRight3")
|
|
|
+ // that.initLineRight(rightFour, { value: 8, total: 67 }, "lineRight4")
|
|
|
+ // that.initLineRight(rightFive, { value: 2, total: 67 }, "lineRight5")
|
|
|
})
|
|
|
},
|
|
|
getQualAudits() {
|