删除 错误的方法

This commit is contained in:
Master 2024-07-05 17:00:33 +08:00
parent 67ac477d24
commit d84cb4813c

View File

@ -396,21 +396,6 @@ const handleDelete = (row: any) => {
@:get@(@column.FkEntityName)@(@column.PropertyName)DropdownList();
}
}
@foreach (var column in Model.TableField) {
@if(@column.WhetherTable == "Y") {
@if(@column.EffectType == "Upload") {
@:// 获取文件地址
@:const fetchFileUrl = (row: SysFile): string => {
@:if (row.bucketName == 'Local') {
@:return `/${row.filePath}/${row.id}${row.suffix}`;
@:} else {
@:return row.url!;
@:}
@:};
}
}
}
</script>
<style lang="scss" scoped>