lilei 2 주 전
부모
커밋
2b3bcf5c96
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/financialManagement/accountStatement/edit.vue

+ 0 - 1
src/views/financialManagement/accountStatement/edit.vue

@@ -298,7 +298,6 @@ export default {
     },
     // 修改备注
     changeRemarks (record) {
-      if (!record.remarks) return
       this.spinning = true
       verifyAcountBillDetailModify({ id: record.id, remarks: record.remarks }).then(res => {
         this.spinning = false