|
@@ -325,6 +325,13 @@ export default {
|
|
|
this.$refs.modalDetail.detail(record);
|
|
this.$refs.modalDetail.detail(record);
|
|
|
this.$refs.modalDetail.title = "详情";
|
|
this.$refs.modalDetail.title = "详情";
|
|
|
},
|
|
},
|
|
|
|
|
+ searchReset() {
|
|
|
|
|
+ let queryParam = {
|
|
|
|
|
+ "type":2,
|
|
|
|
|
+ }
|
|
|
|
|
+ this.queryParam = {}
|
|
|
|
|
+ this.loadData(1,queryParam);
|
|
|
|
|
+ },
|
|
|
checkStart(record) {
|
|
checkStart(record) {
|
|
|
record.taskState = 1;
|
|
record.taskState = 1;
|
|
|
let that = this;
|
|
let that = this;
|