admin/src/components/business/OperaShopInfoWindow.vue
@@ -292,6 +292,7 @@ return { activeTab: 'performance', storeInfo: {}, visible:false, searchForm: { orderNo: '', goodsInfo: '', @@ -312,6 +313,11 @@ }) }, methods: { handleDateChange (val) { this.searchForm.createStartTime = val ? val[0] : '' this.searchForm.createEndTime = val ? val[1] : '' this.search() }, open (title, row) { this.searchForm.memberId = row.id detail(row.id)