mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化编辑合同
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
d1acfb8543
commit
3d837fc4c0
@ -375,7 +375,7 @@
|
||||
},
|
||||
_importEditData: function (index) {
|
||||
// 导入数据
|
||||
if (!vc.component.checkFileType(vc.component.editContractInfo.tempfile.name.split('.')[1])) {
|
||||
if (!vc.component.checkEditFileType(vc.component.editContractInfo.tempfile.name.split('.')[1])) {
|
||||
vc.toast('操作失败,请上传图片、PDF格式的文件');
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user