Ver código fonte

fix:修改前端清空上传

lupeng 3 meses atrás
pai
commit
51b7e88692
1 arquivos alterados com 5 adições e 0 exclusões
  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;