dev
This commit is contained in:
parent
255dbc15c0
commit
53b508017a
|
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import Panel from "@/components/common/Panel.vue";
|
||||
import {nextTick, ref} from "vue";
|
||||
import {nextTick, onMounted, ref} from "vue";
|
||||
import {post} from "@/utils/request.ts";
|
||||
import ExpireWarnDetail from "@/components/home/index/Dialog/ExpireWarnDetail.vue";
|
||||
|
||||
|
|
@ -11,6 +11,9 @@ const openExpireWarnDetail = () => {
|
|||
})
|
||||
|
||||
}
|
||||
onMounted(()=>{
|
||||
getExpiryDateWarning()
|
||||
})
|
||||
const expireDateWarningListSrc = ref<any>([]);
|
||||
const expireDateWarningList = ref<any>([]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue