|
@@ -545,7 +545,6 @@ export default {
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
handleSeven () {
|
|
|
- alert(555)
|
|
|
var now = new Date()
|
|
|
var nowTime = now.getTime()
|
|
|
var day = now.getDay()
|
|
@@ -628,10 +627,8 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
handleTuiCalendar () {
|
|
|
- alert(111)
|
|
|
- console.log(11)
|
|
|
const that = this
|
|
|
- queryTuiCalendarIgnores({ type: 2 }).then(res => {
|
|
|
+ queryTuiCalendarIgnores(this.queryParam).then(res => {
|
|
|
const a = document.createElement('a')
|
|
|
a.target = '_blank'
|
|
|
a.href = '/tui-calendar/checkJobCalendar.html?'
|
|
@@ -646,7 +643,6 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
doExport () {
|
|
|
- alert(1211)
|
|
|
const parameter = {
|
|
|
...this.queryParam,
|
|
|
searchStartTime: this.queryParam.searchStartTime,
|