src/views/intellectInspect/inspectBasic/discriminate/components/RFIDDialog.vue
@@ -87,6 +87,7 @@ }); //打开模态框 const openRFIDDialog = (type: string, value: object) => { state.fileList = []; state.isShowRFIDDialog = true; setTimeout(() => { RFIDFormRef.value.clearValidate(); @@ -98,10 +99,8 @@ rfidName: '', rfidImage: '' }; state.fileList = []; } else { state.title = '修改RFID'; state.fileList = []; state.RFIDForm = JSON.parse(JSON.stringify(value)); if (state.RFIDForm.rfidImage === null) return; state.fileList = [{ url: state.RFIDForm.rfidImage }];