|
|
@@ -198,7 +198,7 @@ let app = new Vue({
|
|
|
waitTime: 2000,
|
|
|
header: ["序号", "姓名", "地点", "双选单位", "时间"],
|
|
|
headerHeight: 55,
|
|
|
- columnWidth: [70, 120, 170, 200],
|
|
|
+ columnWidth: [90, 120, 170, 200],
|
|
|
rowNum: 6,
|
|
|
data: [
|
|
|
["01", '陈英', '洽谈室1', '杜儿坪矿', "2023.08.18 09:30-10:30"],
|
|
|
@@ -221,7 +221,7 @@ let app = new Vue({
|
|
|
waitTime: 2000,
|
|
|
header: ["序号", "姓名", "地点", "双选单位", "时间"],
|
|
|
headerHeight: 55,
|
|
|
- columnWidth: [70, 120, 170, 200],
|
|
|
+ columnWidth: [90, 120, 170, 200],
|
|
|
rowNum: 6,
|
|
|
data: [
|
|
|
["01", '李志桐', '洽谈室1', '杜儿坪矿', "2023.08.22 09:30-10:30"],
|
|
|
@@ -279,6 +279,19 @@ let app = new Vue({
|
|
|
evenRowBGC: "#69c1ff21",
|
|
|
hoverPause: false,
|
|
|
},
|
|
|
+ employmentList3: {
|
|
|
+ waitTime: 2000,
|
|
|
+ header: ["序号", "姓名", "性别", "身份证号", "拟录用单位"],
|
|
|
+ rowNum: 5,
|
|
|
+ headerHeight: 55,
|
|
|
+ columnWidth: [100, 140, 100, 280],
|
|
|
+ data: [],
|
|
|
+ align: ["center", "center", "center", "center", "center"],
|
|
|
+ headerBGC: "#69c1ff2d",
|
|
|
+ oddRowBGC: "rgba(105, 193, 255, 0)",
|
|
|
+ evenRowBGC: "#69c1ff21",
|
|
|
+ hoverPause: false,
|
|
|
+ },
|
|
|
typeList: {
|
|
|
waitTime: 2000,
|
|
|
header: ["单位名称", "岗位名称", "报名人数"],
|
|
|
@@ -322,8 +335,8 @@ let app = new Vue({
|
|
|
name: "当前数",
|
|
|
flag: true,
|
|
|
num1: 292,
|
|
|
- num2: 225,
|
|
|
- num3: "77%",
|
|
|
+ num2: 248,
|
|
|
+ num3: "85%",
|
|
|
}, {
|
|
|
name: "累计数",
|
|
|
flag: false,
|
|
|
@@ -370,11 +383,15 @@ let app = new Vue({
|
|
|
isShowInfoList: false,
|
|
|
|
|
|
recruitTypeMax: 0,
|
|
|
- recruitTypeList: []
|
|
|
+ recruitTypeList: [],
|
|
|
+
|
|
|
+ showBigList: true,
|
|
|
+ rightData: [],
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
this.newList = listToChange(yearList, monthList)
|
|
|
+ this.employmentList3.data = employmentList
|
|
|
if (employmentList.length % 2 != 0) {
|
|
|
employmentList.push([])
|
|
|
}
|
|
|
@@ -411,16 +428,6 @@ let app = new Vue({
|
|
|
this.$nextTick(() => {
|
|
|
|
|
|
|
|
|
- // let rightOne = this.$refs.rightOne
|
|
|
- // this.initLineRight(rightOne, { value: 25, total: 67 })
|
|
|
- // let rightTwo = this.$refs.rightTwo
|
|
|
- // this.initLineRight(rightTwo, { value: 22, total: 67 })
|
|
|
- // let rightThree = this.$refs.rightThree
|
|
|
- // this.initLineRight(rightThree, { value: 10, total: 67 })
|
|
|
- // let rightFour = this.$refs.rightFour
|
|
|
- // this.initLineRight(rightFour, { value: 8, total: 67 })
|
|
|
- // let rightFive = this.$refs.rightFive
|
|
|
- // this.initLineRight(rightFive, { value: 2, total: 67 })
|
|
|
|
|
|
|
|
|
|
|
|
@@ -487,7 +494,7 @@ let app = new Vue({
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
- }, 5000)
|
|
|
+ }, 15000)
|
|
|
this.rightTime = setInterval(() => {
|
|
|
that.rightList.forEach((item, index) => {
|
|
|
item.flag = !item.flag
|
|
|
@@ -498,63 +505,160 @@ let app = new Vue({
|
|
|
}, 5000)
|
|
|
|
|
|
|
|
|
- localEnvAppToken().then(res => {
|
|
|
- localStorage.setItem("app_token", res.app_token)
|
|
|
- getLocalEnvAccessToken().then(res => {
|
|
|
- localStorage.setItem("access_token", res.access_token)
|
|
|
- that.getPlayers()
|
|
|
- that.getPostDetail()
|
|
|
- that.getHalfYearDelivcv()
|
|
|
- that.getHotDelivcv()
|
|
|
- that.arrToListArr()
|
|
|
- that.getDelivcvAndApply()
|
|
|
- that.getreviewarrange()
|
|
|
- that.getRecruitType()
|
|
|
- that.getFailReason()
|
|
|
- that.getQualAudits()
|
|
|
- that.getNoticePerson()
|
|
|
- that.getNotice()
|
|
|
- that.getDoubleChoice()
|
|
|
- that.getPositionAll()
|
|
|
- setInterval(() => {
|
|
|
- that.getreviewarrange({
|
|
|
- mianshi: [
|
|
|
- ["焦煤", "李哥", "301", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ],
|
|
|
- bishi: [
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
- ],
|
|
|
- })
|
|
|
- }, (1000 * 10))
|
|
|
-
|
|
|
- })
|
|
|
- }).catch(err => {
|
|
|
+ // localEnvAppToken().then(res => {
|
|
|
+ // localStorage.setItem("app_token", res.app_token)
|
|
|
+ // getLocalEnvAccessToken().then(res => {
|
|
|
+ // localStorage.setItem("access_token", res.access_token)
|
|
|
+ // that.getPlayers()
|
|
|
+ // that.getPostDetail()
|
|
|
+ // that.getHalfYearDelivcv()
|
|
|
+ // that.getHotDelivcv()
|
|
|
+ // that.arrToListArr()
|
|
|
+ // that.getDelivcvAndApply()
|
|
|
+ // that.getreviewarrange()
|
|
|
+ // that.getRecruitType()
|
|
|
+ // that.getFailReason()
|
|
|
+ // that.getQualAudits()
|
|
|
+ // that.getNoticePerson()
|
|
|
+ // that.getNotice()
|
|
|
+ // that.getDoubleChoice()
|
|
|
+ // that.getPositionAll()
|
|
|
+ // setInterval(() => {
|
|
|
+ // that.getreviewarrange({
|
|
|
+ // mianshi: [
|
|
|
+ // ["焦煤", "李哥", "301", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["焦", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ],
|
|
|
+ // bishi: [
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ["煤", "李13哥", "311", "2", "2023-08-31 10:40:55.0"],
|
|
|
+ // ],
|
|
|
+ // })
|
|
|
+ // }, (1000 * 10))
|
|
|
+
|
|
|
+ // })
|
|
|
+ // }).catch(err => {
|
|
|
this.isChangeList = true
|
|
|
|
|
|
let pageBtm = this.$refs.pageBtm
|
|
|
this.initDownholeEcharts(pageBtm, { x: admissionList.x, y1: admissionList.y1, y2: admissionList.y2, y3: admissionList.y3 })
|
|
|
+
|
|
|
+ let rightOne = this.$refs.rightOne
|
|
|
+ this.initLineRight(rightOne, { value: 25, total: 67 })
|
|
|
+ let rightTwo = this.$refs.rightTwo
|
|
|
+ this.initLineRight(rightTwo, { value: 22, total: 67 })
|
|
|
+ let rightThree = this.$refs.rightThree
|
|
|
+ this.initLineRight(rightThree, { value: 10, total: 67 })
|
|
|
+ let rightFour = this.$refs.rightFour
|
|
|
+ this.initLineRight(rightFour, { value: 8, total: 67 })
|
|
|
+ let rightFive = this.$refs.rightFive
|
|
|
+ this.initLineRight(rightFive, { value: 2, total: 67 })
|
|
|
|
|
|
let vita = this.$refs.vita
|
|
|
that.initVitaEcharts(vita)
|
|
|
that.getPostDetail()
|
|
|
- })
|
|
|
+ // })
|
|
|
},
|
|
|
methods: {
|
|
|
+ handleClickIcon(item, index) {
|
|
|
+ let that = this;
|
|
|
+ if (index == 0) {
|
|
|
+ if (that.showBigList) {
|
|
|
+ that.configInterview.rowNum = 10
|
|
|
+ that.configWritten.rowNum = 10
|
|
|
+ that.employmentList3.rowNum = 20
|
|
|
+ that.configInterview.columnWidth = []
|
|
|
+ that.configWritten.columnWidth = []
|
|
|
+ that.employmentList3.columnWidth = []
|
|
|
+
|
|
|
+ that.leftTime && clearInterval(that.leftTime)
|
|
|
+ that.rightTime && clearInterval(that.rightTime)
|
|
|
+
|
|
|
+ if (that.roseEcharts) {
|
|
|
+ that.roseEcharts.dispose()
|
|
|
+ }
|
|
|
+ setTimeout(() => {
|
|
|
+ that.showBigList = false
|
|
|
+ }, 10)
|
|
|
+ } else {
|
|
|
+ that.configInterview.rowNum = 6
|
|
|
+ that.configWritten.rowNum = 6
|
|
|
+ that.configInterview.columnWidth = [90, 120, 170, 200]
|
|
|
+ that.configWritten.columnWidth = [90, 120, 170, 200]
|
|
|
+ that.leftFlag = true
|
|
|
+ that.leftList = [{
|
|
|
+ name: "双选岗位",
|
|
|
+ flag: true
|
|
|
+ }, {
|
|
|
+ name: "双选岗位类别",
|
|
|
+ flag: false
|
|
|
+ }]
|
|
|
+ setTimeout(() => {
|
|
|
+ that.showBigList = true
|
|
|
+ that.leftTime = setInterval(() => {
|
|
|
+ that.leftList.forEach((item, index) => {
|
|
|
+ item.flag = !item.flag
|
|
|
+ if (item.flag) {
|
|
|
+ if (index == 0) {
|
|
|
+ that.leftFlag = true
|
|
|
+ } else {
|
|
|
+ that.leftFlag = false
|
|
|
+ setTimeout(() => {
|
|
|
+ let leftChange = that.$refs.leftChange
|
|
|
+ that.initThreeBig(leftChange)
|
|
|
+ })
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }, 15000)
|
|
|
+ }, 10)
|
|
|
+ }
|
|
|
+
|
|
|
+ setTimeout(() => {
|
|
|
+ if (that.showBigList) {
|
|
|
+
|
|
|
+ let total = 0
|
|
|
+ that.rightData.forEach(item => {
|
|
|
+ total = total + item.value
|
|
|
+ })
|
|
|
+ return new Promise(() => {
|
|
|
+ that.getFailReason()
|
|
|
+ that.getHalfYearDelivcv()
|
|
|
+ // setTimeout(() => {
|
|
|
+ // let leftChange = that.$refs.leftChange
|
|
|
+ // that.initThreeBig(leftChange)
|
|
|
+ // let rightOne = that.$refs.rightOne
|
|
|
+ // let rightTwo = that.$refs.rightTwo
|
|
|
+ // let rightThree = that.$refs.rightThree
|
|
|
+ // let rightFour = that.$refs.rightFour
|
|
|
+ // let rightFive = that.$refs.rightFive
|
|
|
+
|
|
|
+ // that.initLineRight(rightOne, { value: that.rightData[0].value, total })
|
|
|
+ // that.initLineRight(rightTwo, { value: that.rightData[1].value, total })
|
|
|
+ // that.initLineRight(rightThree, { value: that.rightData[2].value, total })
|
|
|
+ // that.initLineRight(rightFour, { value: that.rightData[3].value, total })
|
|
|
+ // that.initLineRight(rightFive, { value: that.rightData[4].value, total })
|
|
|
+
|
|
|
+ // }, 300)
|
|
|
+ })
|
|
|
+ }
|
|
|
+ }, 15)
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
// 监听键盘
|
|
|
keyDown() {
|
|
|
let that = this;
|
|
|
@@ -1744,7 +1848,7 @@ let app = new Vue({
|
|
|
}
|
|
|
},
|
|
|
data: [{
|
|
|
- value: that.recruitTypeList[0],
|
|
|
+ value: that.recruitTypeList[0] || 0,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
@@ -1758,7 +1862,7 @@ let app = new Vue({
|
|
|
},
|
|
|
label: dataStyle,
|
|
|
}, {
|
|
|
- value: that.recruitTypeMax,
|
|
|
+ value: that.recruitTypeMax || 0,
|
|
|
itemStyle: placeHolderStyle,
|
|
|
},
|
|
|
|
|
|
@@ -1781,7 +1885,7 @@ let app = new Vue({
|
|
|
}
|
|
|
},
|
|
|
data: [{
|
|
|
- value: that.recruitTypeList[1],
|
|
|
+ value: that.recruitTypeList[1] || 0,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
@@ -1795,7 +1899,7 @@ let app = new Vue({
|
|
|
},
|
|
|
label: dataStyle,
|
|
|
}, {
|
|
|
- value: that.recruitTypeMax,
|
|
|
+ value: that.recruitTypeMax || 0,
|
|
|
itemStyle: placeHolderStyle,
|
|
|
},
|
|
|
|
|
|
@@ -1819,7 +1923,7 @@ let app = new Vue({
|
|
|
}
|
|
|
},
|
|
|
data: [{
|
|
|
- value: that.recruitTypeList[2],
|
|
|
+ value: that.recruitTypeList[2] || 0,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
@@ -1833,7 +1937,7 @@ let app = new Vue({
|
|
|
},
|
|
|
label: dataStyle,
|
|
|
}, {
|
|
|
- value: that.recruitTypeMax,
|
|
|
+ value: that.recruitTypeMax || 0,
|
|
|
itemStyle: placeHolderStyle,
|
|
|
},
|
|
|
|
|
|
@@ -1999,9 +2103,13 @@ let app = new Vue({
|
|
|
handleOption(item) {
|
|
|
this[this.from][this.type] = item
|
|
|
this.handleMark()
|
|
|
- if(this.from == "timeList2"){
|
|
|
+ if (this.from == "timeList2") {
|
|
|
this.getPositionAll()
|
|
|
}
|
|
|
+ if (this.from == "timeList1") {
|
|
|
+ this.getDelivcvAndApply()
|
|
|
+ }
|
|
|
+ console.log(this.from);
|
|
|
},
|
|
|
handleMonthOption(item) {
|
|
|
this.monthItem = item
|
|
|
@@ -2170,7 +2278,7 @@ let app = new Vue({
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
- }, 5000)
|
|
|
+ }, 15000)
|
|
|
}
|
|
|
},
|
|
|
getPlayers() {
|
|
|
@@ -2245,6 +2353,9 @@ let app = new Vue({
|
|
|
}
|
|
|
|
|
|
|
|
|
+ }).catch(err => {
|
|
|
+ let vita = this.$refs.vita
|
|
|
+ that.initVitaEcharts(vita)
|
|
|
})
|
|
|
},
|
|
|
getHotDelivcv() {
|
|
|
@@ -2262,45 +2373,7 @@ let app = new Vue({
|
|
|
},
|
|
|
arrToListArr() {
|
|
|
this.isChangeList = false
|
|
|
- // let arr = [
|
|
|
- // {
|
|
|
- // value: [
|
|
|
- // "http://localhost:8080/ierp/attachment/downloadImage/fe1bc8750ca94a95bf9c6a64579a7cca.jpg",
|
|
|
- // "http://localhost:8080/ierp/attachment/downloadImage/",
|
|
|
- // "http://localhost:8080/ierp/attachment/downloadImage/fe1bc8750ca94a95bf9c6a64579a7cca.jpg",
|
|
|
- // "http://localhost:8080/ierp/attachment/downloadImage/fe1bc8750ca94a95bf9c6a64579a7cca.jpg"
|
|
|
-
|
|
|
- // ],
|
|
|
- // key: "头像地址"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // value: [
|
|
|
- // "胡军军",
|
|
|
- // "胡军军",
|
|
|
- // "胡军军",
|
|
|
- // "测试触发003"
|
|
|
- // ],
|
|
|
- // key: "姓名"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // value: [
|
|
|
- // "java开发",
|
|
|
- // "java开发",
|
|
|
- // "java开发",
|
|
|
- // "123"
|
|
|
- // ],
|
|
|
- // key: "投递岗位"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // value: [
|
|
|
- // "2022-10-19",
|
|
|
- // "2023-08-27",
|
|
|
- // "2023-08-27",
|
|
|
- // "2023-08-27"
|
|
|
- // ],
|
|
|
- // key: "申请时间"
|
|
|
- // }
|
|
|
- // ]
|
|
|
+
|
|
|
let that = this;
|
|
|
let data = {
|
|
|
flag: true
|
|
|
@@ -2340,9 +2413,10 @@ let app = new Vue({
|
|
|
|
|
|
getDelivcvAndApply() {
|
|
|
let that = this;
|
|
|
- console.log(that.timeList1);
|
|
|
let data = {
|
|
|
flag: true,
|
|
|
+ data1: that.timeList1[0],
|
|
|
+ data2: that.timeList1[1]
|
|
|
};
|
|
|
|
|
|
let pageBtm = this.$refs.pageBtm
|
|
|
@@ -2453,6 +2527,7 @@ let app = new Vue({
|
|
|
dataList.forEach(item => {
|
|
|
total = total + item.value
|
|
|
})
|
|
|
+ that.rightData.push(...dataList)
|
|
|
that.initLineRight(rightOne, { value: dataList[0].value, total })
|
|
|
that.initLineRight(rightTwo, { value: dataList[1].value, total })
|
|
|
that.initLineRight(rightThree, { value: dataList[2].value, total })
|
|
|
@@ -2467,6 +2542,12 @@ let app = new Vue({
|
|
|
// that.initLineRight(rightFive, { value: 2, total: 67 })
|
|
|
|
|
|
}
|
|
|
+ }).catch(err => {
|
|
|
+ that.initLineRight(rightOne, { value: 25, total: 67 })
|
|
|
+ that.initLineRight(rightTwo, { value: 22, total: 67 })
|
|
|
+ that.initLineRight(rightThree, { value: 10, total: 67 })
|
|
|
+ that.initLineRight(rightFour, { value: 8, total: 67 })
|
|
|
+ that.initLineRight(rightFive, { value: 2, total: 67 })
|
|
|
})
|
|
|
},
|
|
|
getQualAudits() {
|
|
|
@@ -2509,11 +2590,13 @@ let app = new Vue({
|
|
|
that.employmentList2.data = []
|
|
|
this.isShowList = false
|
|
|
let data = {
|
|
|
- flag: true
|
|
|
+ flag: true,
|
|
|
+ year: "2023",
|
|
|
+ month: 0
|
|
|
}
|
|
|
- // fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/getNoticePerson", data).then(res => {
|
|
|
+ fetchPostMethods("/ierp/kapi/v2/mdnb/mdnb_control/assessmentarrangement", data).then(res => {
|
|
|
|
|
|
- // })
|
|
|
+ })
|
|
|
let res = {
|
|
|
data: [{
|
|
|
"sex": "男",
|
|
|
@@ -2634,26 +2717,26 @@ let app = new Vue({
|
|
|
},
|
|
|
scrollChangeList(index) {
|
|
|
let that = this;
|
|
|
- setTimeout(() => {
|
|
|
- if (index + 5 == that.employmentList1.data.length) {
|
|
|
- that.isListEnd = that.isListEnd + 1
|
|
|
- if (that.isListEnd == 2) {
|
|
|
- that.isListEnd = 0
|
|
|
- that.isShowList = false
|
|
|
- that.employmentList1.data = []
|
|
|
- that.employmentList2.data = []
|
|
|
- that.noticeIndex = that.noticeIndex + 1
|
|
|
- if (that.noticeIndex > that.noticeList.length - 1) {
|
|
|
- that.noticeIndex = 0
|
|
|
- }
|
|
|
- that.getNoticePerson("李四是五")
|
|
|
- setTimeout(() => {
|
|
|
- that.isShowList = true
|
|
|
- }, 10)
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
- }, 1700)
|
|
|
+ // setTimeout(() => {
|
|
|
+ // if (index + 5 == that.employmentList1.data.length) {
|
|
|
+ // that.isListEnd = that.isListEnd + 1
|
|
|
+ // if (that.isListEnd == 2) {
|
|
|
+ // that.isListEnd = 0
|
|
|
+ // that.isShowList = false
|
|
|
+ // that.employmentList1.data = []
|
|
|
+ // that.employmentList2.data = []
|
|
|
+ // that.noticeIndex = that.noticeIndex + 1
|
|
|
+ // if (that.noticeIndex > that.noticeList.length - 1) {
|
|
|
+ // that.noticeIndex = 0
|
|
|
+ // }
|
|
|
+ // that.getNoticePerson("李四是五")
|
|
|
+ // setTimeout(() => {
|
|
|
+ // that.isShowList = true
|
|
|
+ // }, 10)
|
|
|
+
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }, 1700)
|
|
|
if (index == 0) {
|
|
|
console.log("index == 0");
|
|
|
}
|
|
|
@@ -2786,7 +2869,7 @@ let app = new Vue({
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
- }, 5000)
|
|
|
+ }, 15000)
|
|
|
}, 10)
|
|
|
}
|
|
|
})
|