石超 2025-07-30 09:20:52 +08:00
commit 21894e2adb
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@
}; };
const changeBiaozhu = (type: number) => { const changeBiaozhu = (type: number) => {
UpdateDroneCaseInfoBiaoZhu({id: props.showInfoData.id, biaozhu: type}).then(res => { UpdateDroneCaseInfoBiaoZhu({id: props.showInfoData.id, biaozhu: type}).then(res => {
message.success(res) message.success('标注成功')
}) })
} }
</script> </script>