@@ -309,7 +309,7 @@ export default {
}
})
- if (existFlag) {
+ if (!existFlag) {
this.fillFormOpen = true
} else {
this.$modal.msgError('当前月份已填报')