|
|
@ -191,6 +191,7 @@ export default {
|
|
|
|
limit: 10,
|
|
|
|
limit: 10,
|
|
|
|
startAduditTime: null,
|
|
|
|
startAduditTime: null,
|
|
|
|
endAduditTime: null,
|
|
|
|
endAduditTime: null,
|
|
|
|
|
|
|
|
actionType: "norDetail",
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.actDateRange=[]
|
|
|
|
this.actDateRange=[]
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
@ -215,7 +216,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
this.filterQuery.actionType = this.actionType;
|
|
|
|
// this.filterQuery.actionType = this.actionType;
|
|
|
|
getResultOrderList(this.filterQuery)
|
|
|
|
getResultOrderList(this.filterQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|