上传控件的一处bug修复

前端模型一处调整
This commit is contained in:
2017-08-09 01:15:03 +08:00
parent 2cd00111f4
commit 9a5d67d937
2 changed files with 14 additions and 13 deletions

View File

@@ -305,11 +305,11 @@
} else {
self.resetHiddenVal(furl);
}
$('#' + qfid).remove();
$('#'+self.options.listName+' #'+qfid).remove();
if (qfid.substring(0, 7) == 'WU_FILE') {
self.BDUploader.removeFile(qfid, true);
}
// if (qfid.substring(0, 7) == 'WU_FILE') {
// self.BDUploader.removeFile(qfid, true);
// }
self.allowNum++;
} else {
$.messager.show(json.msg, {