石超 2025-06-06 10:34:24 +08:00
commit 38bc9011ab
1 changed files with 4 additions and 0 deletions

View File

@ -800,6 +800,10 @@
// //
const funMoveInIllegalSubject = async () => { const funMoveInIllegalSubject = async () => {
if (moveList.value.length == 0) {
createMessage.error('请选择要转入违法用地的图片!');
return;
}
let querys = { let querys = {
caseId: props.showInfoData.Id || props.showInfoData.id, caseId: props.showInfoData.Id || props.showInfoData.id,
casepic: moveList.value.toString(), casepic: moveList.value.toString(),