This commit is contained in:
jjLv 2024-11-28 10:14:15 +08:00
parent 84f63f55cf
commit 5a73080675
1 changed files with 64 additions and 67 deletions

View File

@ -207,7 +207,7 @@ const handleFileSuccess2 = (response: any) => {
}
}
//退
const handleViewBack = () => {
const handleViewBack = () => {
settleinTitle.value = '退租检修'
isEditDisabled.value = true
equipmentDeploymentParams.value = {
@ -267,13 +267,11 @@ const handleViewBack = () => {
maStatus: 15,
detectionList: [],
insureList: [],
picList: [],
picList: []
}
<<<<<<< HEAD
//
// 退
dialogFormVisibleSettlein.value = true
}
=======
}
const settlemoneyTitle = ref('')
const moneyParams1: any = ref({
@ -397,7 +395,6 @@ const dialogFormVisibleSettlemoney: any = ref(false)
}
}
>>>>>>> hongchao-dev
</script>
<template>