소스 검색

调整费用类型的问题

Lijy 1 년 전
부모
커밋
efdf8d0f4e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -1752,6 +1752,7 @@ export default {
           if (res.code == "ok") {
             this.dialog = false;
             this.bills(this.isAuditList);
+            this.getList()
             this.$message({
               message: this.$t('editsuccess'),
               type: "success"