(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-4ccf9ee4"],{"0d74":function(t,e,n){"use strict";var i=n("cc8d");n.n(i).a},"0e0b":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAb5JREFUKBVjZCAChK76z/zv5o8KJkaGg6trOI/AtDDBGLjo////M/65/mMukDb4+49hUUjjd2eYWoKaQ5q/T2Bg/O8B1PCElZHJ+y8Dw5yglu/yIAPwag5q/N70j4HRkEWYU4WBgVHsz/+/GQyMDN9Z/zNx4dUc3PSt6D/jfy8uAQ6f1dmMX9hYGaqBPkhjZGJoX1nLfh2n5qCm7yn/GRiTOLg4PZbmMX6K7Pkv8usXw3ZGRsbCdTWci0EaQQDD2UAbwxj+M5SzsXO4LS9hfJPU+Z/3x7fvO4AqF62t45gB0QYhGZE5IY0/PP8y/J/GwsTgtLqW837C/P8cHx//2M7wn/H0+nqOMmS1IDbcZmAI2v1j/L8WGJczQRob9v9n+fT4+0qgK25j0wjSDLYZFJfBTd+fAQOj7x/QyYz/meIZGP6H/2dkYNev5YhsYGT8B1KMDsA2R7T8VAJKPFlby9XN+J8xFBjKa4EaRUTFOWJwaQQZBNb8698/I6AbHgQ2f3cChqgXUPwUCw9H8Kx0xt8gRbgAWDNQAz8warSBjkv6x8jwDBy3RYzfcWmCiTMCU5EjjEMqzQLUkE6qJph6AErYncWlgAYnAAAAAElFTkSuQmCC"},1151:function(t,e,n){"use strict";n.r(e);var i=(n("953d"),n("3d18")),o={data:function(){return{type:"",workerList:[],dialogVisible:!1,current:1,size:10,total:0,workerInfo:{title:"",content:""},editorOption:{modules:{toolbar:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["clean"],["image","video"]]},theme:"snow"}}},computed:{editor:function(){return this.$refs.myQuillEditor.quill}},created:function(){this.projectSn=this.$store.state.projectSn,this.getWorkerList()},methods:{onEditorReady:function(t){},onEditorBlur:function(){},onEditorFocus:function(){},onEditorChange:function(){},getWorkerList:function(){var t=this,e={projectSn:this.$store.state.projectSn,current:this.current,size:this.size};Object(i.d)(e).then((function(e){t.workerList=e.result.records,t.total=e.result.total}))},addBtn:function(){this.type="新增播报",this.dialogVisible=!0,this.workerInfo={title:"",content:""}},editBtn:function(t){this.type="编辑播报",this.dialogVisible=!0,this.workerInfo=JSON.parse(JSON.stringify(t))},deleteBtn:function(t){var e=this;this.$confirm("此操作将永久删除, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){Object(i.b)({id:t.id}).then((function(t){e.$message({type:"success",message:"删除成功!"}),e.getWorkerList()}))})).catch((function(){e.$message({type:"info",message:"已取消删除"})}))},saveUav:function(){var t=this,e={projectSn:this.$store.state.projectSn,title:this.workerInfo.title,content:this.workerInfo.content};this.$refs.addEditForm.validate((function(n){n&&("新增播报"==t.type?Object(i.a)(e).then((function(e){t.$message.success(e.message),t.dialogVisible=!1,t.workerInfo={title:"",content:""},t.getWorkerList()})):"编辑播报"==t.type&&Object(i.e)(e).then((function(e){t.$message.success(e.message),t.dialogVisible=!1,t.workerInfo={title:"",content:""},t.getWorkerList()})))}))},handleSizeChange:function(t){this.current=t,this.size=10,this.getWorkerList()},handleCurrentChange:function(t){this.current=t,this.size=10,this.getWorkerList()}}},r=(n("0d74"),n("2877")),s=Object(r.a)(o,(function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"fullHeight"},[i("div",{staticClass:"searchBox whiteBlock"},[i("el-button",{attrs:{size:"medium",type:"primary"},on:{click:t.addBtn}},[t._v("添加 ")])],1),i("div",{staticClass:"table_wrap whiteBlock"},[i("vue-scroll",[i("el-table",{staticClass:"tables",attrs:{data:t.workerList}},[i("el-table-column",{attrs:{align:"center",prop:"title",label:"标题"}}),i("el-table-column",{attrs:{align:"center",prop:"createTime",label:"新增时间"}}),i("el-table-column",{attrs:{align:"center",prop:"updateTime",label:"修改时间"}}),i("el-table-column",{attrs:{width:"200"},scopedSlots:t._u([{key:"default",fn:function(e){return[i("div",{staticClass:"tableBtns"},[i("div",{staticClass:"operationText",on:{click:function(n){return t.editBtn(e.row)}}},[i("img",{attrs:{src:n("0e0b"),width:"15px",height:"15px"}}),i("span",[t._v("编辑")])]),i("div",{staticClass:"operationText",on:{click:function(n){return t.deleteBtn(e.row)}}},[i("img",{attrs:{src:n("f2df"),width:"15px",height:"15px"}}),i("span",[t._v("删除")])])])]}}])})],1),i("el-pagination",{staticClass:"pagerBox",attrs:{background:"","current-page":t.current,"page-sizes":t.$store.state.PAGESIZRS,"page-size":t.size,layout:"total, sizes, prev, pager, next",total:Number(t.total)},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1)],1),i("el-dialog",{attrs:{"modal-append-to-body":!1,title:t.type,visible:t.dialogVisible,width:"667px"},on:{"update:visible":function(e){t.dialogVisible=e}}},[i("div",{staticClass:"dialog_content"},[i("el-form",{ref:"addEditForm",attrs:{"label-width":"120px",size:"medium",model:t.workerInfo}},[i("el-form-item",{attrs:{label:"标题",prop:"title",rules:[{required:!0,message:"请输入标题",trigger:"blur"}]}},[i("el-input",{attrs:{placeholder:"请输入"},model:{value:t.workerInfo.title,callback:function(e){t.$set(t.workerInfo,"title",e)},expression:"workerInfo.title"}})],1),i("el-form-item",{attrs:{label:"内容",prop:"content",rules:[{required:!0,message:"请输入播报内容",trigger:"blur"}]}},[i("quill-editor",{ref:"myQuillEditor",attrs:{options:t.editorOption},on:{blur:function(e){return t.onEditorBlur(e)},focus:function(e){return t.onEditorFocus(e)},change:function(e){return t.onEditorChange(e)}},model:{value:t.workerInfo.content,callback:function(e){t.$set(t.workerInfo,"content",e)},expression:"workerInfo.content"}})],1),i("div",{staticClass:"dialog-footer"},[i("el-button",{staticClass:"cancleBtn",attrs:{icon:"el-icon-circle-close",size:"medium"},on:{click:function(e){t.dialogVisible=!1}}},[t._v("取消 ")]),i("el-button",{attrs:{type:"primary",icon:"el-icon-circle-check",size:"medium"},on:{click:t.saveUav}},[t._v("确定 ")])],1)],1)],1)])],1)}),[],!1,null,"6841d20a",null);e.default=s.exports},"3d18":function(t,e,n){"use strict";n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return s})),n.d(e,"e",(function(){return a})),n.d(e,"d",(function(){return c}));var i=n("22b6"),o=function(t){return Object(i.a)("/xmgl/informationBroadcasting/list",t)},r=function(t){return Object(i.b)("/xmgl/informationBroadcasting/addInformationBroadcasting",t)},s=function(t){return Object(i.a)("/xmgl/informationBroadcasting/deleteById",t)},a=function(t){return Object(i.b)("/xmgl/informationBroadcasting/updateInformationBroadcasting",t)},c=function(t){return Object(i.a)("/xmgl/informationBroadcasting/selectPage",t)}},cc8d:function(t,e,n){},f2df:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAO5JREFUKBVjZEADbyydKv4zMMQhCzMyMCwSOb6vA0Xsja2TGcO//zLIggTZTIxPWBj+MqgzMDCqEVSMrOAvAzeY+///f8YvDl4SyHLY2CA1ILUgOSYQ8cbWRfX7r+8TQGwQeGPlOBHCQmV///ljIkgtSA6skfEvMxPQIDAbJPiPgcEJRIMAMhsYaIwgtSBxuGIQhxQwYjUCI+oHLKCQ2TAxEI09cBh5neCKUNgM4MgHyYEZoBTx7ef3Y8yMTNEMjP8+wTUhM/4z8f39/28pFzunFc+BbS/gJryydk4GJnZ3ZLUYbCbGnWJH984FiQMACsZEV2/V6FcAAAAASUVORK5CYII="}}]);