导入getuser包

This commit is contained in:
czx 2020-12-01 17:45:28 +08:00
parent a5107c5a44
commit 970a194347

View File

@ -233,6 +233,7 @@
<script>
import {addSettle, delSettle, exportSettle, getSettle, listSettle, updateSettle} from "@/api/fantang/settle";
import {listAll, listNoPay, listPayoff} from "@/api/fantang/meals";
import {getUserProfile} from "../../../api/system/user";
export default {
name: "Settle",