Compare commits

...

2 Commits

1 changed files with 4 additions and 1 deletions

View File

@ -580,7 +580,10 @@ const handleOperateClick = (e: Event) => {
message.warning("选择需要操作的数据");
return;
}
if (selectItem.value.unitname == '已关闭') {
message.warning('已关闭的不能进行分割操作!');
return;
}
if(e['key'] == 1){
handlerSplitPolygon(selectItem.value);
}else if(e['key'] == 2){