|
@@ -182,7 +182,7 @@ export default {
|
|
|
} else {
|
|
|
this.$message.error(result.errmsg ? result.errmsg : 'error');
|
|
|
}
|
|
|
- result = await this.resumesOperation({ type: 'list', data: { ...searchInfo, schid: 99991, year: new Date().getFullYear() } });
|
|
|
+ result = await this.resumesOperation({ type: 'list', data: { ...searchInfo, year: new Date().getFullYear() } });
|
|
|
if (`${result.errcode}` === '0') {
|
|
|
let arr = [];
|
|
|
result.data.forEach(async val => {
|