提交 42d81f6e authored 作者: jinrongbin's avatar jinrongbin

数据清空

上级 0527eb02
......@@ -5,7 +5,7 @@
v-if="isUpdate"
/>
<div v-show="auditlistData.length > 0" >
<label style="margin-bottom: 10px; display: block">风险管控措施落实情况历史</label>
<!-- <label style="margin-bottom: 10px; display: block">风险管控措施落实情况历史</label> -->
<div class="hiistory">
<div class="historyListBox" v-for="(item, index) in auditlistData" :key="index + 'shls'">
<!-- 在这里添加审核历史的展示内容 -->
......@@ -123,6 +123,7 @@
const auditlistData = ref([]);
const getAuditlist = (wrdkbm) => {
auditlistData.value = [];
getZbkfly({ wrdkbm: wrdkbm }).then((res) => {
auditlistData.value = res;
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论