Skip to content

Commit 028ccc4

Browse files
committed
修复了编辑时的bug
1 parent 861fb27 commit 028ccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/large_file_upload.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div id="{{$name}}-progressbar" style="background:blue;height:6px;width:0;"></div>
1212
</div>
1313
<span style="font-size:12px;color:#aaa;" id="{{$name}}-output"></span>
14-
<input type="hidden" name="{{$name}}" id="{{$name}}-savedpath" >
14+
<input type="hidden" name="{{$name}}" id="{{$name}}-savedpath" value="{{ old($column, $value) }}">
1515
</div>
1616
@include('admin::form.help-block')
1717
</div>

0 commit comments

Comments
 (0)