index.js 190 Bytes
Newer Older
zenghuan committed
1 2 3 4 5 6 7 8 9 10 11 12 13
import Api from "~/service/Api";
import moment from "moment";

export default {
    methods: {
        async handleSearch() {

        },
        async handleReset() {

        },
    },
};