(window["webpackjsonp"]=window["webpackjsonp"]||[]).push([["chunk-508ebb17"],{"135e":function(t,e,n){"use strict";var a=n("9f05"),i=n.n(a);i.a},"66b4":function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createelement,n=t._self._c||e;return n("div",{staticclass:"usermanage-wrapper"},[n("a-card",{attrs:{hoverable:!0,bordered:!1}},[n("div",{staticclass:"flex flex-wrap",attrs:{slot:"title"},slot:"title"},[n("a-button",{staticclass:"select-bottom",attrs:{type:"primary",icon:"plus"},on:{click:t.handleadd}},[t._v(" 添加新闻 ")]),n("a-popconfirm",{attrs:{title:"你确定要删除当前选中的列吗?","ok-text":"是","cancel-text":"否"},on:{confirm:t.handlebatchdelete}},[n("a-button",{staticstyle:{margin:"0 16px 10px"},attrs:{type:"danger",icon:"delete",loading:t.deleteloading}},[t._v(" 批量删除 ")])],1),n("a-input",{staticclass:"select-width",attrs:{placeholder:"新闻标题",allowclear:""},on:{pressenter:t.handlesearch},model:{value:t.tablequery.title,callback:function(e){t.$set(t.tablequery,"title",e)},expression:"tablequery.title"}}),n("a-button",{staticclass:"select-bottom",staticstyle:{"margin-right":"16px"},attrs:{type:"primary",icon:"search"},on:{click:t.handlesearch}},[t._v(" 查询 ")])],1),n("standard-table",{attrs:{tabledata:t.tabledata,tablehead:t.tablehead,loading:t.loading,pagination:{pagesize:t.tablequery.size,current:t.tablequery.page,total:t.total,showtotal:function(t){return"共 "+t+" 条"}},rowselection:{selectedrowkeys:t.selectedrowkeys,onchange:t.handleselect}},on:{changecurrent:t.changecurrent},scopedslots:t._u([{key:"index",fn:function(e){var a=e.index;return n("div",{},[t._v(" "+t._s(a+1)+" ")])}},{key:"role",fn:function(e){var a=e.text;return n("div",{},[n("a-tag",{attrs:{color:t._f("statusfilter")(a)}},[t._v(" "+t._s(a)+" ")])],1)}},{key:"istopslot",fn:function(e){var a=e.record;return n("div",{},[n("a-switch",{attrs:{checked:!!a.istop},on:{change:function(e){return t.onchangeistop(e,a)}}})],1)}},{key:"action",fn:function(e){var a=e.text;return n("div",{},[n("a-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.handleedit(a)}}},[t._v(" 编辑 ")]),n("a-popconfirm",{attrs:{title:"你确定要删除当前列吗?","ok-text":"是","cancel-text":"否"},on:{confirm:function(e){return t.handledelete(a)}}},[n("a-button",{staticstyle:{"margin-left":"8px"},attrs:{type:"danger",size:"small"}},[t._v(" 删除 ")])],1)],1)}}])})],1)],1)},i=[],s=(n("c975"),n("a15b"),n("d81d"),n("5530")),l=n("aa2a"),r=n("a567"),o=[{title:"序号",dataindex:"index",scopedslots:{customrender:"index"},width:60},{title:"标题",dataindex:"title"},{title:"分类",dataindex:"classid"},{title:"置顶",dataindex:"istop",scopedslots:{customrender:"istopslot"},width:120},{title:"创建日期",dataindex:"adddate",ellipsis:!0},{title:"操作",scopedslots:{customrender:"action"},width:140}],c={name:"news",components:{standardtable:r["a"]},filters:{statusfilter:function(t){var e={admin:"#f50",test:"#2db7f5",editor:"#87d068"};return e[t]}},data:function(){return{tablequery:{title:"",page:1,size:10},total:0,loading:!1,deleteloading:!1,exportloading:!1,tabledata:[],selectedrowkeys:[],selectvalue:[],dialogvisible:!1,currentrow:null,tablehead:o,visible:!1}},mounted:function(){this.gettablelist()},methods:{changerole:function(t){this.tablequery.role=t},changetime:function(t,e){object.assign(this.tablequery,{starttime:e[0]?e[0]+" 00:00:00":e[0],endtime:e[1]?e[1]+" 23:59:59":e[1]})},handleselect:function(t,e){this.selectedrowkeys=t,this.selectvalue=e},handlesearch:function(){this.tablequery.page=1,this.gettablelist()},handledelete:function(t){var e=this;object(l["b"])({id:t.id}).then((function(){e.$message.success("删除成功!"),e.gettablelist()}))},handlebatchdelete:function(){var t=this;if(0!=this.selectvalue.length){this.deleteloading=!0;var e=this.selectvalue.map((function(t){return t.id})).join(",");object(l["b"])({id:e}).then((function(){t.$message.success("删除成功!"),t.gettablelist(),t.deleteloading=!1}))}else this.$message.warning("请至少勾选一项")},handleedit:function(t){this.currentrow=object(s["a"])({},t),this.dialogvisible=!0,this.$router.push({path:"/news/newsedit",query:{id:this.currentrow.id}})},onclose:function(){this.visible=!1},handleadd:function(){this.currentrow=null,this.dialogvisible=!0,this.$router.push("/news/newsadd")},handleok:function(){this.dialogvisible=!1,this.currentrow=null,this.gettablelist()},onchangeistop:function(t,e){var n,a=this,i=this;t?(n={id:e.id,istop:1},e.istop=1):(n={id:e.id,istop:0},e.istop=0),object(l["g"])({values:n}).then((function(){a.$message.success("更新成功!"),a.deleteloading=!1,i.$set(i.tabledata,i.tabledata.indexof(e),e)}))},changecurrent:function(t){this.tablequery.page=t,this.gettablelist()},gettablelist:function(){var t=this;this.loading=!0,object(l["d"])(this.tablequery).then((function(e){var n=e.data||[];object.assign(t,{tabledata:n.data||[],loading:!1,total:n.total})}))}}},u=c,d=(n("135e"),n("2877")),h=object(d["a"])(u,a,i,!1,null,"71089b34",null);e["default"]=h.exports},"9f05":function(t,e,n){},a567:function(t,e,n){"use strict";var a=function(){var t=this,e=t.$createelement,n=t._self._c||e;return n("div",{staticclass:"tablecommon-wrapper"},[n("a-table",{attrs:{columns:t.tablehead,datasource:t.tabledata,loading:t.loading,pagination:t.pagination,"row-selection":t.rowselection,scroll:t.scroll,"row-key":function(t){return t.id}},on:{change:t.handletablechange},scopedslots:t._u([t._l(object.keys(t.$scopedslots).filter((function(t){return"expandedrowrender"!==t})),(function(e){return{key:e,fn:function(n,a,i){return[t._t(e,null,null,{text:n,record:a,index:i})]}}}))],null,!0)})],1)},i=[],s={name:"standardtable",props:{tablehead:{type:array,required:!0},tabledata:{type:array,required:!0},loading:{type:boolean,default:!1},pagination:{type:object},rowselection:{type:object},scroll:{type:object}},data:function(){return{}},methods:{handletablechange:function(t){this.$emit("changecurrent",t.current)}}},l=s,r=n("2877"),o=object(r["a"])(l,a,i,!1,null,"0b907340",null);e["a"]=o.exports},aa2a:function(t,e,n){"use strict";n.d(e,"d",(function(){return l})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"e",(function(){return c})),n.d(e,"f",(function(){return u})),n.d(e,"a",(function(){return d})),n.d(e,"g",(function(){return h}));var a=n("b775"),i=a.request,s=a.method;function l(t){return i("news/list/",s.post,t)}function r(t){return i("news/delete/",s.post,t)}function o(t){return i("news/edit/",s.post,t)}function c(t){return i("news/class/",s.get,t)}function u(t){return i("news/detail/",s.get,t)}function d(t){return i("news/add/",s.post,t)}function h(t){return i("news/istop/",s.post,t)}}}]);