删除 错误的方法
This commit is contained in:
parent
67ac477d24
commit
d84cb4813c
@ -396,21 +396,6 @@ const handleDelete = (row: any) => {
|
|||||||
@:get@(@column.FkEntityName)@(@column.PropertyName)DropdownList();
|
@: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>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user