Explorar o código

feat(scrm-3437):开票上限

lock.qiu@kerryprops.com %!s(int64=2) %!d(string=hai) anos
pai
achega
3e17dae54e

+ 1 - 1
src/pages/parkingFee/mixins/parkingReceipt/parkingReceipt.js

@@ -111,7 +111,7 @@ export default {
   },
   methods: {
     checkboxchange2 (e, index) {
-      if (this.boxids.length > 2) {
+      if (this.boxids.length > this.choosekMax) {
         console.log(2222222222)
         this.$refs.checkboxes[index].toggle();
       }