src/views/your/order-manage/orderEvaluateManage.vue
@@ -19,6 +19,7 @@ <Option v-for="item in cityList" :value="item.value" :key="item">{{ item.label }}</Option> </Select> <Button @click="init2" icon="md-search" style="margin-left: 20px">查询</Button> <Button @click="init3" icon="md-search" style="margin-left: 20px">签收查询</Button> </Row> <Table :loading="loading" @@ -237,6 +238,9 @@ init2() { this.getDataList2(); }, init3() { this.$router.push('/your/sign-compar/index'); }, time1(e) { this.searchForm.sendDate = e; this.searchForm2.sendDate = e;