Forráskód Böngészése

正北公司项目需求2

lxy_01 1 hónapja
szülő
commit
6d81a1f896

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/centerManage/centerManage.vue

@@ -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)
                     }
                 }

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/financeAudit/financeAudit.vue

@@ -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();
                 });