zouyu
2026-03-04 0ab4df81e07fbe356ac839c3f3b290c44d0f71cf
src/views/financialManagement/inventoryAccounting/index.vue
@@ -121,7 +121,7 @@
<script setup>
import { ref, reactive, onMounted, nextTick } from 'vue'
import * as echarts from 'echarts'
import {getStockInChartData, getStockInPage} from "@/api/inventoryManagement/stockIn.js";
import {getStockInPage} from "@/api/inventoryManagement/stockIn.js";
// 状态变量
const loading = ref(false)