测试问题修改

master
zhangdi 11 months ago
parent 74b6dfd57f
commit 74e2cfe1ec
  1. 2
      src/views/businessManagement/ordinary.vue

@ -940,7 +940,7 @@ export default {
}, },
}, },
created() { created() {
this.searchForm.timeRange = [moment().subtract(7, 'days').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')] // this.searchForm.timeRange = [moment().subtract(7, 'days').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')]
getChildList(1, 100, '1846802246527463425').then(res => { getChildList(1, 100, '1846802246527463425').then(res => {
this.typeList = res.data.data this.typeList = res.data.data
}) })

Loading…
Cancel
Save