Browse Source

完善单车返利预提

master
yunuo970428 9 months ago
parent
commit
eada1bc73d
  1. 1
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue

1
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue

@ -144,7 +144,6 @@ export default {
//
newDate() {
let date = new Date()
console.log(date.getMonth(), 99999)
let year = date.getFullYear() //
let month = date.getMonth() //
this.formobj.withApply = year + '年' + month + '月'

Loading…
Cancel
Save