督导检查任务查询接口开发、修改bug

This commit is contained in:
heli02 2025-06-20 16:56:27 +08:00
parent ca7f31e21c
commit cff7c9bda8
3 changed files with 1 additions and 11 deletions

View File

@ -21,11 +21,6 @@
</browser> </browser>
</template> </template>
<script setup> <script setup>
import {reactive, toRefs, getCurrentInstance, watch, computed, ref} from 'vue'
import Browser from '@/components/Browser.vue'
import {useUserStore} from '@/stores/modules/user'
import supervisions from "@/api/lawenforcement/SupervisionCheck.js"
const userStore = useUserStore()
const state = reactive({ const state = reactive({
componentLoading: false, componentLoading: false,

View File

@ -309,10 +309,7 @@ function handleDialogOk(formRef) {
receiverIds: ['111111'] receiverIds: ['111111']
}).then(rs => { }).then(rs => {
}) })
ElMessage.success("转交成功")
dialogConfig.value.show = false
// broTable.value.busiTable.clearSelect()
}
}) })
} else { } else {
ElMessage.error("请上传检查文件") ElMessage.error("请上传检查文件")

View File

@ -206,8 +206,6 @@ public class SupervisionCheckService {
enforceCheck.setPlanId(supervisionCheck.getCheckId()); enforceCheck.setPlanId(supervisionCheck.getCheckId());
enforceCheck.setWriterId(user.getYhwybs()); enforceCheck.setWriterId(user.getYhwybs());
enforceCheck.setCreatedBy(user.getXm()); enforceCheck.setCreatedBy(user.getXm());
enforceCheck.setCreatedAccountBy(user.getYhwybs());
enforceCheckRepository.save(enforceCheck);
supervisionCheckRepository.findById(supervisionCheck.getCheckId()).map(s->{ supervisionCheckRepository.findById(supervisionCheck.getCheckId()).map(s->{
s.setEnforcementId(enforcementInfo.getEnforcementId()); s.setEnforcementId(enforcementInfo.getEnforcementId());