巡检任务配置上传巡检报告上传格式优化,增加doc,禅道编号#386
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -467,7 +467,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | @@ -467,7 +467,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | ||
467 | elem: '#upload_tasktemp' //绑定元素 | 467 | elem: '#upload_tasktemp' //绑定元素 |
468 | , url: common.domainName + '/api-web/inspectiontask/upload?access_token=' + accessToken //上传接口 | 468 | , url: common.domainName + '/api-web/inspectiontask/upload?access_token=' + accessToken //上传接口 |
469 | , accept: 'file' //允许上传的文件类型 | 469 | , accept: 'file' //允许上传的文件类型 |
470 | - , exts: 'docx' | 470 | + , exts: 'docx|doc' |
471 | , multiple: false | 471 | , multiple: false |
472 | , before: function () { | 472 | , before: function () { |
473 | layer.load(2); | 473 | layer.load(2); |
-
Please register or login to post a comment