@@ -282,7 +282,12 @@ const openDialog = (type, id) => {
const rowId =ref(null);
const sendTBom =(id)=>{
rowId.value=id;
+ tBom.value={};
+ fileUrl.value = {};
+ fileNameList.value =[];
dialogTBom.visible=true;
+
}
const audit = () => {
form.value.state = radio.value === 0 ? 1 : 2;