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