zouyu
3 天以前 94134086b359f4ce5a6026627a0b29ccdc8434ed
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)