代码提交-对接接口
This commit is contained in:
parent
a19f48034d
commit
6bfc509d97
|
|
@ -62,7 +62,7 @@
|
||||||
<script setup name="InventoryAlertConfig">
|
<script setup name="InventoryAlertConfig">
|
||||||
import { ref, reactive, onMounted } from 'vue'
|
import { ref, reactive, onMounted } from 'vue'
|
||||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
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 loading = ref(false)
|
||||||
const alertConfigList = ref([])
|
const alertConfigList = ref([])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue