Commit 8fd31b04 authored by 黄奎's avatar 黄奎

页面修改

parent 424c81b7
...@@ -965,7 +965,10 @@ ...@@ -965,7 +965,10 @@
this.outerVisible1 = true; this.outerVisible1 = true;
this.dialogTitle1 = '修改文件' this.dialogTitle1 = '修改文件'
let index = obj.FolderName.lastIndexOf('.') let index = obj.FolderName.lastIndexOf('.')
this.updateFileMsg.FileName = obj.FolderName.substring(0, index) if(obj.FolderName &&obj.FolderName!="")
{
this.updateFileMsg.FileName = obj.FolderName.substring(0, index)
}
this.updateFileMsg.FileId = obj.Id this.updateFileMsg.FileId = obj.Id
}, },
saveUpdateFile() { saveUpdateFile() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment