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