This commit is contained in:
若拙_233 2025-10-14 14:48:04 +08:00
parent 823ae5266e
commit 19129145a5

View File

@ -1106,7 +1106,7 @@ const submit = () => {
api.valuations(data).then(res=>{
loading.value = false
getHistoryList()
window.location.reload()
// window.location.reload()
})
}
const getHistoryList = () => {
@ -1284,9 +1284,8 @@ onMounted(async () => {
text-align: center;
font-size: 14px;
color: #FFFFFF;
line-height: 14px;
line-height: 40px;
font-style: normal;
padding-top: 12px;
}
.submit-btn2{