|
|
|
@ -256,7 +256,7 @@ export default { |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
onChangeData() {}, |
|
|
|
onChangeData() {}, |
|
|
|
toDetail(row, type) { |
|
|
|
toDetail(row, type) { |
|
|
|
console.log(909090,row, type); |
|
|
|
// console.log(909090,row, type); |
|
|
|
row.interval = this.query.interval |
|
|
|
row.interval = this.query.interval |
|
|
|
row.cycledate = this.query.cycledate |
|
|
|
row.cycledate = this.query.cycledate |
|
|
|
this.$emit('toDetail', row, type, '作业中心'); |
|
|
|
this.$emit('toDetail', row, type, '作业中心'); |
|
|
|
@ -319,6 +319,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
searchReset() { |
|
|
|
searchReset() { |
|
|
|
this.query = {}; |
|
|
|
this.query = {}; |
|
|
|
|
|
|
|
this.query.interval = 30 |
|
|
|
this.onLoad(this.page); |
|
|
|
this.onLoad(this.page); |
|
|
|
}, |
|
|
|
}, |
|
|
|
searchChange(params, done) { |
|
|
|
searchChange(params, done) { |
|
|
|
|