diff --git a/src/views/store/tools/toolsType.vue b/src/views/store/tools/toolsType.vue index 831812d..e18d061 100644 --- a/src/views/store/tools/toolsType.vue +++ b/src/views/store/tools/toolsType.vue @@ -450,7 +450,7 @@ :file-list="field101fileList" action="#" :limit="1" - accept=".docx, .pdf" + accept=".docx" :http-request=" (obj) => fileUpLoad(obj, 'fileUrl') " diff --git a/src/views/warehouseManage/machinery/type-nw/index.vue b/src/views/warehouseManage/machinery/type-nw/index.vue index d975cf0..cf3236b 100644 --- a/src/views/warehouseManage/machinery/type-nw/index.vue +++ b/src/views/warehouseManage/machinery/type-nw/index.vue @@ -504,7 +504,7 @@ :file-list="field101fileList" action="#" :limit="1" - accept=".docx, .pdf" + accept=".docx" :http-request=" (obj) => fileUpLoad(obj, 'fileUrl') " diff --git a/src/views/warehouseManage/machinery/type/index.vue b/src/views/warehouseManage/machinery/type/index.vue index b6243c4..75a42c6 100644 --- a/src/views/warehouseManage/machinery/type/index.vue +++ b/src/views/warehouseManage/machinery/type/index.vue @@ -513,7 +513,7 @@ :file-list="field101fileList" action="#" :limit="1" - accept=".docx, .pdf" + accept=".docx" :http-request=" (obj) => fileUpLoad(obj, 'fileUrl') "