代码提交-对接接口

This commit is contained in:
lixiaobang 2026-01-13 18:02:33 +08:00
parent a19f48034d
commit 6bfc509d97
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<script setup name="InventoryAlertConfig">
import { ref, reactive, onMounted } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
import { listInventoryAlertConfig, addInventoryAlertConfig, delInventoryAlertConfig } from "@/api/system/inventory-alert"
import { listInventoryAlertConfig, delInventoryAlertConfig } from "@/api/system/inventory-alert"
const loading = ref(false)
const alertConfigList = ref([])