lilei 2 weeks ago
parent
commit
213e9577a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/financialManagement/accountStatement/baseModal.vue

+ 1 - 1
src/views/financialManagement/accountStatement/baseModal.vue

@@ -99,7 +99,7 @@ export default {
       if (this.itemSn) {
       if (this.itemSn) {
         this.form = Object.assign(this.form, data)
         this.form = Object.assign(this.form, data)
       }
       }
-      verifyAcountBillDetail({ verifyAccountBillSn: data.verifyAccountBillSn }).then(res => {})
+      verifyAcountBillDetail({ sn: data.verifyAccountBillSn }).then(res => {})
     }
     }
   },
   },
   watch: {
   watch: {