|
@@ -386,7 +386,8 @@
|
|
|
this.$refs.table.reload({
|
|
this.$refs.table.reload({
|
|
|
page: 1,
|
|
page: 1,
|
|
|
where,
|
|
where,
|
|
|
- reportWorkType: this.reportWorkType
|
|
|
|
|
|
|
+ reportWorkType: this.reportWorkType,
|
|
|
|
|
+ recordOrder: [1,2,3].includes(this.reportWorkType) ? 1 : ''
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
@@ -397,7 +398,8 @@
|
|
|
...order,
|
|
...order,
|
|
|
pageNum: page,
|
|
pageNum: page,
|
|
|
size: limit,
|
|
size: limit,
|
|
|
- reportWorkType: this.reportWorkType
|
|
|
|
|
|
|
+ reportWorkType: this.reportWorkType,
|
|
|
|
|
+ recordOrder: [1,2,3].includes(this.reportWorkType) ? 1 : ''
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
// 打开编辑新增
|
|
// 打开编辑新增
|