guoxing 2 years ago
parent
commit
4bdb588587
  1. 12
      src/views/mortgage/allData.vue

12
src/views/mortgage/allData.vue

@ -397,14 +397,18 @@
orderDate: orderDate, orderDate: orderDate,
} }
this.times = orderDate this.times = orderDate
this.getProjectBySid() //
this.getProjectIsJk() // sid
},
created() {
this.loadList() // this.loadList() //
this.getReportInventory() // this.getReportInventory() //
this.getProjectBySid() //
this.getProjectIsJk() // sid
}, },
// created() {
// this.loadList() //
// this.getReportInventory() //
// },
methods: { methods: {
selectTime(val) { selectTime(val) {
console.log('val:', val) console.log('val:', val)

Loading…
Cancel
Save