This commit is contained in:
姚宇浩 2024-08-07 16:15:57 +08:00
parent 5f94d9fb97
commit 971f1f0fd4
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@
v-for="(item, index) in jbfwqTotal"
:key="index"
>
<div class="jbggfwq_content_item_left">{{ item.name }}</div>
<div class="jbggfwq_content_item_left">{{ item.name}}</div>
<div class="jbggfwq_content_item_right">
<div
class="jbggfwq_content_item_right_item"
@ -2070,7 +2070,7 @@ const changeFwq = async (id, name, names) => {
); //
}, 500);
} else {
console.log("无数据11");
console.log('无数据11');
ElMessage.warning("无数据");
}
}