违法用地-持续监管-不选择图片点击转入违法用地,提示请选择图片

main
滕嵩 2025-06-06 10:20:11 +08:00
parent cded6a1f17
commit b0a81ca52a
1 changed files with 4 additions and 0 deletions

View File

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