Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -946,6 +946,9 @@ import DataPreview from "./data-preview.vue"; | ... | @@ -946,6 +946,9 @@ import DataPreview from "./data-preview.vue"; |
| 946 | import WeightAdjust from "./weight-adjust.vue"; | 946 | import WeightAdjust from "./weight-adjust.vue"; |
| 947 | import { getCurrUserPortInfo } from "@/api/system/user.js"; | 947 | import { getCurrUserPortInfo } from "@/api/system/user.js"; |
| 948 | import { listStatus, receiptStatus, totalScoreStatus } from "../../utils/dict"; | 948 | import { listStatus, receiptStatus, totalScoreStatus } from "../../utils/dict"; |
| 949 | +import axios from "axios"; | ||
| 950 | +import { getToken } from "@/utils/auth"; | ||
| 951 | +import { formatDateNew } from "../../utils"; | ||
| 949 | export default { | 952 | export default { |
| 950 | name: "ReportingData", | 953 | name: "ReportingData", |
| 951 | components: { | 954 | components: { | ... | ... |
-
Please register or login to post a comment