Your Name
2022-09-29 6f954f70f54e492157b97db314eaaaeb12192580
1
(this.webpackJsonp=this.webpackJsonp||[]).push([["chunk-02a8","chunk-0d69"],{"5vzY":function(t,e,n){"use strict";n.r(e);var a=n("omC7"),i=n.n(a),o=n("cLjf"),s=n.n(o),r=n("hDQ3"),c=n.n(r),u=(n("jJIE"),n("8t5x"),n("7Qib"),n("HgkZ")),l=n("6Mdz"),d=n("WgQi"),p=n("UyGd"),h=n("TSGS"),m={name:"index",components:{inspectionPoint:u.default},data:function(){return{tableKey:0,ifShow:!0,activeName:"inspectionPoint",inspectionTaskData:[],departmentList:[],userList:[],execUidList:[],listLoading:!1,pageSize:10,recordTotal:0,currentPage:1,pageTotal:0,title:"",company:"",code:"",execDepartment:"",inspectionTaskVisible:!1,inspectionTaskFormRules:{taskUnitName:[{required:!0,message:"请填写任务单元名称",trigger:"blur"}],note:[{required:!0,message:"请填写任务单元说明",trigger:"change"}]},inspectionTaskForm:{taskUnitName:null,note:null,measureList:[]},listQuery:{pageIndex:1,pageSize:10,taskUnitId:null}}},created:function(){this.getInspectionTaskData(),this.getDepartment(),this.getUser()},methods:{getInspectionTaskData:function(){var t=this;return c()(s.a.mark(function e(){var n;return s.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t.listLoading=!0,e.next=3,Object(h.d)(t.listQuery);case 3:"200"===(n=e.sent).data.code?(t.recordTotal=n.data.count,t.inspectionTaskData=n.data.data):"300"===n.data.code?t.inspectionTaskData=[]:t.$message({message:n.data.message,type:"warning"}),t.listLoading=!1;case 6:case"end":return e.stop()}},e,t)}))()},getDepartment:function(){var t=this;return c()(s.a.mark(function e(){var n;return s.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Object(d.e)({pageSize:1e3,pageIndex:1});case 2:"200"===(n=e.sent).data.code?t.departmentList=n.data.result.result:t.$message({message:n.data.message,type:"warning"});case 4:case"end":return e.stop()}},e,t)}))()},changeExec:function(){var t=this;""===this.execDepartment&&(this.execUidList=[],this.inspectionTaskForm.execUid=""),this.execUidList=this.userList.filter(function(e){return e.departmentname===t.execDepartment})},getUser:function(){var t=this;return c()(s.a.mark(function e(){var n;return s.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Object(p.b)();case 2:"200"===(n=e.sent).data.code?t.userList=n.data.result:t.$message({message:n.data.message,type:"warning"});case 4:case"end":return e.stop()}},e,t)}))()},showAnalyseUnitForm:function(t,e){var n=this;this.inspectionTaskVisible=!0,this.$nextTick(function(){n.$refs.inspectionTaskForm.clearValidate()}),"新增"===e?(this.title="新建隐患排查单元",this.inspectionTaskForm={taskUnitName:null,note:null,measureList:[]},setTimeout(function(){n.$refs.inspectionPoint.inspectionPointData=[],n.$refs.inspectionPoint.ifEdit=!1})):(this.title="编辑隐患排查单元",this.inspectionTaskForm.taskUnitName=JSON.parse(i()(t)).taskUnitName,this.inspectionTaskForm.note=JSON.parse(i()(t)).note,this.inspectionTaskForm.id=JSON.parse(i()(t)).id,this.inspectionTaskForm.measureList=[],null!==t.measureList&&(this.inspectionTaskForm.measureList=JSON.parse(i()(t.measureList.map(function(t){return t.id})))),setTimeout(function(){n.$refs.inspectionPoint.inspectionPointData=JSON.parse(i()(t)).measureList}))},handleDepartment:function(t){var e="";for(var n in this.userList)this.userList[n].id===t&&(e=this.userList[n].departmentname);return(e=this.departmentList.find(function(t){return t.department===e})).department},submitAnalyseUnit:function(){var t=this;this.$refs.inspectionTaskForm.validate(function(e){e?"新建隐患排查单元"===t.title?Object(h.a)(t.inspectionTaskForm).then(function(e){"200"===e.data.code?(t.inspectionTaskVisible=!1,t.getInspectionTaskData(),t.$notify({type:"success",duration:2e3,message:"新增成功",title:"成功"})):t.$message({type:"warning",message:e.data.message})}):Object(h.e)(t.inspectionTaskForm).then(function(e){"200"===e.data.code?(t.inspectionTaskVisible=!1,t.getInspectionTaskData(),t.$notify({type:"success",duration:2e3,title:"成功",message:"编辑成功"})):t.$message({type:"warning",message:e.data.message})}):t.$message({type:"warning",message:"请完善基本信息"})})},onDelcheckUnit:function(t){var e=this;this.$confirm("此操作将删除该隐患单元,是否继续","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(h.b)({id:t.id}).then(function(t){"200"===t.data.code?(e.getInspectionTaskData(),e.$notify({title:"成功",message:"认领成功",type:"success",duration:2e3})):e.$message({type:"warning",message:t.data.message})})})},justifyTime:function(t,e){var n=new Date(t.replace(/-/g,"/")),a=parseInt(n.getTime()/1e3),i=new Date;return!(a-parseInt(i.getTime()/1e3)-e-1800>=0)},openTask:function(t,e){2===t.status?(this.showAnalyseUnitForm(t,e),this.inspectionTaskForm.status=1):this.$message({type:"warning",message:"当前状态不可开启"})},closeTask:function(t){var e=this;1===t.status?this.$confirm("关闭此条任务,是否继续","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(l.c)(t.workId).then(function(t){"200"===t.data.code?(e.getInspectionTaskData(),e.$notify({title:"成功",message:"关闭成功",type:"success",duration:2e3})):e.$message({type:"warning",message:t.data.message})})}):this.$message({type:"warning",message:"当前状态不可关闭"})},deleteById:function(t){var e=this;2===t.status?this.$confirm("删除此条信息,是否继续","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(l.e)(t.workId).then(function(t){"200"===t.data.code?(e.getInspectionTaskData(),e.$notify({title:"成功",message:"删除成功",type:"success",duration:2e3})):e.$message({type:"warning",message:t.data.message})})}):this.$message({type:"warning",message:"当前状态不可删除"})},receiveToForm:function(t){this.inspectionTaskForm.measureList=[],this.inspectionTaskForm.measureList=t.map(function(t){return t.id})},refreshHandle:function(){this.getInspectionTaskData()},handleSizeChange:function(t){this.listQuery.pageSize=t,this.getInspectionTaskData()},handleCurrentChange:function(t){this.listQuery.pageIndex=t,this.getInspectionTaskData()}}},f=(n("m/hq"),n("ZrdR")),g=Object(f.a)(m,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container"},[n("div",{staticClass:"filter-container"},[n("div",{staticClass:"basic_search"},[n("span",[t._v("任务单元名称:")]),t._v(" "),n("el-input",{staticStyle:{width:"200px"},model:{value:t.listQuery.taskUnitName,callback:function(e){t.$set(t.listQuery,"taskUnitName",e)},expression:"listQuery.taskUnitName"}})],1),t._v(" "),n("el-button",{staticClass:"filter-item",staticStyle:{"margin-left":"10px","margin-top":"10px"},attrs:{type:"primary",icon:"el-icon-refresh"},on:{click:t.refreshHandle}},[t._v("搜索")]),t._v(" "),n("el-button",{staticClass:"filter-item",staticStyle:{"margin-left":"10px","margin-top":"10px"},attrs:{type:"primary",icon:"el-icon-plus"},on:{click:function(e){t.showAnalyseUnitForm("","新增")}}},[t._v("新增")])],1),t._v(" "),n("div",{staticClass:"table_content"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],key:t.tableKey,staticStyle:{width:"100%"},attrs:{data:t.inspectionTaskData,border:"",fit:"","highlight-current-row":""}},[n("el-table-column",{attrs:{prop:"taskUnitName",label:"任务单元名称","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{prop:"note",label:"任务单元说明","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{prop:"createByUserName",label:"创建人","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{prop:"gmtCreate",label:"创建时间","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{prop:"lastEditUserName",label:"最后修改人","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{prop:"gmtModitify",label:"最后修改时间","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{label:"操作",align:"center",width:"280","class-name":"small-padding fixed-width"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{attrs:{type:"text"},on:{click:function(n){t.showAnalyseUnitForm(e.row,"修改")}}},[t._v("修改")]),t._v(" "),n("el-button",{staticStyle:{color:"red"},attrs:{type:"text"},on:{click:function(n){t.onDelcheckUnit(e.row)}}},[t._v("删除")])]}}])})],1),t._v(" "),n("br"),t._v(" "),n("el-pagination",{directives:[{name:"show",rawName:"v-show",value:t.recordTotal>0,expression:"recordTotal>0"}],staticStyle:{float:"right"},attrs:{"current-page":t.listQuery.pageIndex,"page-sizes":[10,20,30,50],"page-size":t.listQuery.pageSize,total:t.recordTotal,layout:"total, sizes, prev, pager, next, jumper",background:""},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}}),t._v(" "),n("br")],1),t._v(" "),n("el-dialog",{attrs:{title:t.title,visible:t.inspectionTaskVisible,"append-to-body":"","close-on-click-modal":!1,width:"55%"},on:{"update:visible":function(e){t.inspectionTaskVisible=e}}},[n("el-divider"),t._v(" "),n("div",{staticClass:"inspectionTask_form"},[n("el-form",{ref:"inspectionTaskForm",attrs:{rules:t.inspectionTaskFormRules,model:t.inspectionTaskForm,"label-position":"right","label-width":"120px"}},[n("el-row",{attrs:{gutter:35}},[n("el-col",{staticClass:"mb20",attrs:{xs:24,sm:24,md:24,lg:24,xl:12}},[n("el-form-item",{attrs:{label:"任务单元名称",prop:"taskUnitName"}},[n("el-input",{staticClass:"input-length",attrs:{placeholder:"请输入任务单元名称",clearable:""},model:{value:t.inspectionTaskForm.taskUnitName,callback:function(e){t.$set(t.inspectionTaskForm,"taskUnitName","string"==typeof e?e.trim():e)},expression:"inspectionTaskForm.taskUnitName"}})],1)],1),t._v(" "),n("el-col",{staticClass:"mb20",attrs:{xs:24,sm:24,md:24,lg:24,xl:12}},[n("el-form-item",{attrs:{label:"任务单元说明",prop:"note"}},[n("el-input",{staticClass:"input-length",attrs:{placeholder:"请输入任务单元说明",clearable:""},model:{value:t.inspectionTaskForm.note,callback:function(e){t.$set(t.inspectionTaskForm,"note","string"==typeof e?e.trim():e)},expression:"inspectionTaskForm.note"}})],1)],1)],1)],1)],1),t._v(" "),n("el-divider"),t._v(" "),n("div",{staticClass:"inspectionTask_point"},[n("el-tabs",{staticClass:"active",model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[n("el-tab-pane",{attrs:{label:"检查项信息",name:"inspectionPoint"}},[n("inspection-point",{ref:"inspectionPoint",attrs:{title:t.title,inspectionTaskForm:t.inspectionTaskForm},on:{giveToForm:t.receiveToForm}})],1)],1)],1),t._v(" "),n("div",{attrs:{align:"right"}},[n("el-button",{on:{click:function(e){t.inspectionTaskVisible=!1}}},[t._v("取消")]),t._v(" "),n("el-button",{attrs:{type:"primary"},on:{click:function(e){t.submitAnalyseUnit()}}},[t._v("确认")])],1)],1)],1)},[],!1,null,"26f78acc",null);g.options.__file="index.vue";e.default=g.exports},"6Mdz":function(t,e,n){"use strict";n.d(e,"h",function(){return o}),n.d(e,"b",function(){return s}),n.d(e,"m",function(){return r}),n.d(e,"c",function(){return c}),n.d(e,"e",function(){return u}),n.d(e,"g",function(){return l}),n.d(e,"j",function(){return d}),n.d(e,"l",function(){return p}),n.d(e,"a",function(){return h}),n.d(e,"d",function(){return m}),n.d(e,"f",function(){return f}),n.d(e,"k",function(){return g}),n.d(e,"i",function(){return b});var a=n("X4fA"),i=n("t3Un");function o(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/checkWork/select/getCheckWorkPage",method:"post",data:t})}function s(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/checkWork/insert/saveCheckWork",method:"post",data:t})}function r(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/checkWork/update/updateCheckWork",method:"post",data:t})}function c(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safecheck/work/close?workId="+t,method:"post"})}function u(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/checkWork/delete/deleteCheckWork",method:"post",data:t})}function l(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/checkTask/select/getTaskPage",method:"post",data:t})}function d(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/checkTask/update/updateTask",method:"post",data:t})}function p(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/checkTask/update/taskToUser",method:"post",data:t})}function h(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safecheck/work/content/add?workId="+t.workId+"&measureId="+t.measureId,method:"post"})}function m(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safecheck/work/content/del?workId="+t.workId+"&measureId="+t.measureId,method:"post"})}function f(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safecheck/work/get/id?workId="+t,method:"post"})}function g(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safecheck/task/exec/unitOne",method:"post",data:t})}function b(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safecheck/task/exec/submit",method:"post",data:t})}},HgkZ:function(t,e,n){"use strict";n.r(e);var a=n("cLjf"),i=n.n(a),o=n("hDQ3"),s=n.n(o),r=n("d75D"),c=n("6Mdz"),u={props:["title","inspectionTaskForm"],name:"inpectionPoint",data:function(){return{tableKey:"",listLoading:!1,ifEdit:!1,ifShowControl:!0,controlActionVisible:!1,riskControlMeasureVisible:!1,riskControlMeasureForm:[],inspectionPointData:[],keepValueList:[],controlActionForm:{workId:"",measureId:""}}},components:{controlAction:r.default},methods:{showControlAction:function(){var t=this;this.controlActionVisible=!0,setTimeout(function(){t.$refs.controlAction.ifShowButton(t.inspectionPointData,t.title)})},showMeasureDetail:function(t){var e=this;this.controlActionVisible=!0,setTimeout(function(){e.$refs.controlAction.showMeasureDetail(t),e.$refs.controlAction.ifShowSelf=!1})},closeDialog:function(){this.controlActionVisible=!1},receiveRiskControlId:function(t){var e=this;return s()(i.a.mark(function n(){return i.a.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:e.controlActionVisible=!1,e.inspectionPointData=t,e.$emit("giveToForm",t);case 3:case"end":return n.stop()}},n,e)}))()},deleteById:function(t,e){this.inspectionPointData.splice(t,1),this.$emit("giveToForm",this.inspectionPointData)},getControlActionList:function(){var t=this;return s()(i.a.mark(function e(){var n;return i.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Object(c.f)(t.inspectionTaskForm.workId);case 2:n=e.sent,t.inspectionPointData=n.data.result.checkContents;case 4:case"end":return e.stop()}},e,t)}))()},keepValue:function(t){this.keepValueList=t}}},l=(n("Morh"),n("ZrdR")),d=Object(l.a)(u,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container"},[n("div",{staticClass:"filter-container"},[n("el-button",{staticClass:"filter-item",attrs:{type:"primary",icon:"el-icon-plus"},on:{click:function(e){t.showControlAction()}}},[t._v("选择风险管控措施")])],1),t._v(" "),n("div",{staticClass:"table_content"},[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],key:t.tableKey,staticStyle:{width:"100%"},attrs:{data:t.inspectionPointData,border:"",fit:"","highlight-current-row":""}},[n("el-table-column",{attrs:{label:"序号",type:"index",width:"150",align:"center"}}),t._v(" "),n("el-table-column",{attrs:{label:"隐患排查内容",prop:"checkContent",align:"center","show-overflow-tooltip":""}}),t._v(" "),n("el-table-column",{attrs:{label:"操作",align:"center",width:"280","class-name":"small-padding fixed-width"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{staticStyle:{color:"red"},attrs:{type:"text"},on:{click:function(n){t.deleteById(e.$index,e.row)}}},[t._v("删除")])]}}])})],1)],1),t._v(" "),n("el-dialog",{attrs:{visible:t.controlActionVisible,"append-to-body":"","close-on-click-modal":!1,width:"80%"},on:{"update:visible":function(e){t.controlActionVisible=e}}},[n("control-action",{ref:"controlAction",on:{closeDialog:t.closeDialog,giveRiskControlId:t.receiveRiskControlId,keepValue:t.keepValue}})],1)],1)},[],!1,null,"2b5ebfe1",null);d.options.__file="inpectionPoint.vue";e.default=d.exports},KtQm:function(t,e,n){},Morh:function(t,e,n){"use strict";var a=n("KtQm");n.n(a).a},TSGS:function(t,e,n){"use strict";n.d(e,"d",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"e",function(){return r}),n.d(e,"b",function(){return c}),n.d(e,"c",function(){return u});var a=n("X4fA"),i=n("t3Un");function o(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/taskUnit/select/getTaskUnitPage",method:"post",data:t})}function s(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/taskUnit/insert/saveTaskUnit",method:"post",data:t})}function r(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/taskUnit/update/updateTaskUnit",method:"post",data:t})}function c(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/taskUnit/delete/deleteTaskUnit",method:"post",data:t})}function u(){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/prevent/taskUnit/select/listTaskUnit",method:"post"})}},UyGd:function(t,e,n){"use strict";n.d(e,"j",function(){return o}),n.d(e,"h",function(){return s}),n.d(e,"i",function(){return r}),n.d(e,"l",function(){return c}),n.d(e,"e",function(){return u}),n.d(e,"k",function(){return l}),n.d(e,"f",function(){return d}),n.d(e,"c",function(){return p}),n.d(e,"b",function(){return h}),n.d(e,"d",function(){return m}),n.d(e,"a",function(){return f}),n.d(e,"g",function(){return g});var a=n("X4fA"),i=n("t3Un");function o(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/page",method:"post",data:t})}function s(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/info",method:"post",data:t})}function r(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/itemInfo",method:"post",data:t})}function c(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/modItemInfo",method:"post",data:t})}function u(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/add",method:"post",data:t})}function l(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/mod",method:"post",data:t})}function d(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/del",method:"post",data:t})}function p(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/elementManagement/getElementTree",method:"post",data:t})}function h(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/getUserList",method:"post",data:t})}function m(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetyInspectionItem/infoElementA",method:"post",data:t})}function f(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetyInspectionItem/info",method:"post",data:t})}function g(t){return Object(i.a)({headers:{Authorization:Object(a.a)()},url:"http://222.92.213.22:8006/zhongtai/safetySelfInspection/finish",method:"post",data:t})}},WgQi:function(t,e,n){"use strict";n.d(e,"e",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"f",function(){return r}),n.d(e,"b",function(){return c}),n.d(e,"d",function(){return u}),n.d(e,"c",function(){return l});var a=n("t3Un"),i=n("X4fA");function o(t){return Object(a.a)({headers:{Authorization:Object(i.a)()},url:"http://222.92.213.22:8006/zhongtai/department",method:"get",params:t||{}})}function s(t){return Object(a.a)({headers:{Authorization:Object(i.a)()},url:"http://222.92.213.22:8006/zhongtai/addDepartment",method:"post",data:t})}function r(t){return Object(a.a)({headers:{Authorization:Object(i.a)()},url:"http://222.92.213.22:8006/zhongtai/putDepartment",method:"post",data:t})}function c(t){return Object(a.a)({headers:{Authorization:Object(i.a)()},url:"http://222.92.213.22:8006/zhongtai/delDepartment",method:"post",data:t})}function u(){return Object(a.a)({headers:{Authorization:Object(i.a)()},url:"http://222.92.213.22:8006/zhongtai/departmentList",method:"get"})}function l(t){return Object(a.a)({headers:{Authorization:Object(i.a)()},url:"http://222.92.213.22:8006/zhongtai/department-userList",method:"post",data:t})}},ia3L:function(t,e,n){},"m/hq":function(t,e,n){"use strict";var a=n("ia3L");n.n(a).a}}]);