This commit is contained in:
xingyy 2023-09-25 20:06:28 +08:00
parent 3bfc269058
commit 320285403d

View File

@ -186,6 +186,7 @@
</div> </div>
</template> </template>
<script> <script>
import http from "@/http/api";
import {postDataByParams} from "../../http/service"; import {postDataByParams} from "../../http/service";
export default { export default {
name: "order-details", name: "order-details",