spring
2026-01-19 9fe3ccfea5f06dd2474480aef7058a8ca907cb29
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)