@@ -132,7 +132,7 @@ export default {
}
for(const item of list){
for(const id of item.departmentIdList){
- if(id == searchDepartmentId){
+ if(id == searchDepartmentId[searchDepartmentId.length - 1]){
result.push(item)
@@ -110,7 +110,7 @@ export default {
this.postData('/financial-audit/undo', { id: item.id }).then(res => {
this.$message({
type: 'success',
- message: this.$t('shenHeChengGong')
+ message: this.$t('chexiaoChengGong')
});
this.getFinanceAuditTableData();