档案采集

master
wanglei 1 year ago
parent eb59411a94
commit ca6d44fbbb

@ -19,7 +19,7 @@ export function collectRecongnize(data) {
return request({ return request({
url: '/dangan/collect/recongnize', url: '/dangan/collect/recongnize',
method: 'post', method: 'post',
timeout: 180000, timeout: 900000,
data: data data: data
}) })
} }

@ -493,6 +493,8 @@ export default {
// //
submitFiles(type) { submitFiles(type) {
this.checkAll = false;
if (type === 1) { if (type === 1) {
if (this.smwj.list.length === 0) { if (this.smwj.list.length === 0) {
@ -732,6 +734,10 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep .el-checkbox{
margin-bottom: 20px;
}
::v-deep .el-checkbox__inner{ ::v-deep .el-checkbox__inner{
width: 20px; width: 20px;
height: 20px; height: 20px;

Loading…
Cancel
Save