新增团购页面,优化考勤数据日期传参
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { tbGroupOrderInfo, returnGpOrder } from "@/api/order";
|
||||
// import { tbGroupOrderInfo, returnGpOrder } from "@/api/coup/index";
|
||||
import dayjs from "dayjs";
|
||||
export default {
|
||||
data() {
|
||||
@@ -203,8 +203,8 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getTableData();
|
||||
this.resetQuery = { ...this.query };
|
||||
// this.getTableData();
|
||||
// this.resetQuery = { ...this.query };
|
||||
},
|
||||
methods: {
|
||||
// 提交退单
|
||||
|
||||
Reference in New Issue
Block a user