zouyu
4 天以前 3443eef779d9fa60ded99ad12a72e2710a3c8f3f
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)