| | |
| | | arr.push({field:"address",value:data.form.address,type:'TXT'}) |
| | | } |
| | | /*检查类别*/ |
| | | if(data.form.ht_typesub!=null && data.form.ht_typesub!=''){ |
| | | arr.push({field:"ht_typesub",value:data.form.ht_typesub,type:'OPT'}) |
| | | if(data.form.checktype!=null && data.form.checktype!=''){ |
| | | arr.push({field:"checktype",value:data.form.checktype,type:'OPT'}) |
| | | } |
| | | /*隐患内容*/ |
| | | if(data.form.ht_content!=null && data.form.ht_content!=''){ |
| | |
| | | data |
| | | }); |
| | | } |
| | | //不存在结果详情 |
| | | export function selfCheckNotInfo(params) { |
| | | return request({ |
| | | headers: { |
| | | 'token': getTokenAndVerify().token, |
| | | 'verify': getTokenAndVerify().verify |
| | | }, |
| | | url: '/taboi/danger/self_check_not_info', |
| | | // '?id=24871&type=0', |
| | | contentType: "multipart/form-data", |
| | | method: 'GET', |
| | | params:params?params:{} |
| | | }); |
| | | } |
| | | //撤销 |
| | | export function revoke(id) { |
| | | return request({ |