소스 검색

fix:修改前端清空上传

lupeng 3 달 전
부모
커밋
51b7e88692
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/quality/outsource/index.vue

+ 5 - 0
src/views/quality/outsource/index.vue

@@ -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;