diff --git a/src/components/data/gj-replenish.vue b/src/components/data/gj-replenish.vue index 6b621b7..b0c51c1 100644 --- a/src/components/data/gj-replenish.vue +++ b/src/components/data/gj-replenish.vue @@ -16,7 +16,7 @@ const emit=defineEmits(['success','close']) //监听导入类型 watch(()=>replenishType,()=>{ fileList.value=[] - if (replenishType == 1){ + if (replenishType === 1){ dialogTitle.value='国家信访集访导入' }else{ dialogTitle.value='国家信访领导接访导入' @@ -79,10 +79,18 @@ const handleNext = async ()=>{