张文飞 3 anni fa
parent
commit
5917ea85c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/reportPage/reportPage.vue

+ 1 - 1
pages/reportPage/reportPage.vue

@@ -86,7 +86,7 @@
 		<backHome></backHome>
 		
 		<dm-calendar-picker-view ref='calendarPickerView' @confirmSelDate='confirmSelDate'></dm-calendar-picker-view>
-	    <dmWithDrawalRecord ref='withDrawalRecord'></dmWithDrawalRecord>
+	    <dmWithDrawalRecord ref='withDrawalRecord' :alreadyCashOut='headerInfo.alreadyCashOut'></dmWithDrawalRecord>
 		<dmWithDrawal ref='withDrawal' :canCashOut='headerInfo.canCashOut' @updata="getData"></dmWithDrawal>
 		<login-notice></login-notice>
 		<login></login>