Browse Source

合格点数弹窗修改

duy 2 years ago
parent
commit
481988d68f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/data-fill/components/ListItem.vue

+ 1 - 1
src/views/data-fill/components/ListItem.vue

@@ -1571,7 +1571,7 @@ const IDVFModalSaveClick = async () => {
 }
 const closeIDVFModal=()=>{
      IDVFModal.value = false
-     formIDVFModel.value={}
+     formIDVFModel.value={type: 1, design: '', size: '', dev: '', key: '', capacity: '', fail: '', pkId: ''}
 }
 //事件
 const emit = defineEmits(['renew','offsetTop'])