(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-196c"],{ESsw:function(t,e,o){"use strict";o.d(e,"c",function(){return r}),o.d(e,"b",function(){return i}),o.d(e,"a",function(){return s}),o.d(e,"d",function(){return n});var a=o("t3Un");function r(t){return Object(a.a)({url:"/api/pick/list",method:"get",params:t})}function i(t){return console.log(t),Object(a.a)({url:"/api/pick/list/update",method:"post",data:t})}function s(t){return Object(a.a)({url:"/api/pick/create",method:"post",data:t})}function n(t){return Object(a.a)({url:"/api/pick/detail",method:"get",params:{id:t}})}},T1yc:function(t,e,o){"use strict";var a=o("oOWh");o.n(a).a},ZMmy:function(t,e,o){"use strict";o.r(e);var a={name:"CreatePick",components:{PickDetail:o("tThj").a}},r=o("KHd+"),i=Object(r.a)(a,function(){var t=this.$createElement;return(this._self._c||t)("pick-detail",{attrs:{"is-edit":!1}})},[],!1,null,null,null);i.options.__file="create.vue";e.default=i.exports},gg54:function(t,e,o){"use strict";o.d(e,"f",function(){return r}),o.d(e,"b",function(){return i}),o.d(e,"c",function(){return s}),o.d(e,"e",function(){return n}),o.d(e,"d",function(){return l}),o.d(e,"a",function(){return p});var a=o("t3Un");function r(t){return Object(a.a)({url:"/api/search/user",method:"get",params:{name:t}})}function i(t){return Object(a.a)({url:"/api/search/group",method:"get",params:{name:t}})}function s(t){return Object(a.a)({url:"/api/search/region",method:"get",params:{name:t}})}function n(t){return Object(a.a)({url:"/api/search/tag",method:"get",params:{name:t}})}function l(t){return Object(a.a)({url:"/api/search/star",method:"get",params:{name:t}})}function p(t){return Object(a.a)({url:"/api/search/city",method:"get",params:{name:t}})}},oOWh:function(t,e,o){},tThj:function(t,e,o){"use strict";var a=o("P2sY"),r=o.n(a),i=o("m1cH"),s=o.n(i),n=o("Grqa"),l=o("uARZ"),p=o("ESsw"),c=o("gg54"),u=o("7Qib");function m(t,e){for(var o=[],a=0;a<t.length;a++)Object(u.c)(e,t[a].name)&&(o.push(t[a].id),Object(u.f)(e,t[a].name));return o.push.apply(o,s()(e)),o.join(",")}var d={status:"draft",name:"",desc:"",gender:"",region:[],pick_group:[],pick_type:"",position:"",is_online:1},f={name:"PickDetail",components:{MDinput:n.a,Sticky:l.a},props:{isEdit:{type:Boolean,default:!1}},data:function(){var t=this,e=function(e,o,a){""===o?(t.$message({message:e.field+"为必传项",type:"error"}),a(new Error(e.field+"为必传项"))):a()};return{postForm:r()({},d),loading:!1,regionListOptions:[],groupListOptions:[],GenderTypeOptions:[{key:2,display_name:"全部"},{key:0,display_name:"男"},{key:1,display_name:"女"}],PickTypeOptions:[{key:1,display_name:"明星打榜"},{key:0,display_name:"用戶打榜"}],rules:{name:[{validator:e,trigger:"blur"}],desc:[{validator:e,trigger:"blur"}],position:[{validator:e,trigger:"blur"}]},tempRoute:{},temparray:{region:[],pick_group:[]}}},computed:{contentShortLength:function(){return this.postForm.desc.length}},created:function(){if(this.isEdit){var t=this.$route.params&&this.$route.params.id;this.fetchData(t)}else this.postForm=r()({},d);this.tempRoute=r()({},this.$route)},methods:{fetchData:function(t){var e=this;Object(p.d)(t).then(function(t){for(var o=t.data.data.data,a=[],r=[],i=0;i<o.pick_group.length;i++)a.push(o.pick_group[i].name),e.temparray.pick_group.push(o.pick_group[i]);for(var s=0;s<o.region.length;s++)r.push(o.region[s].name),e.temparray.region.push(o.region[s]);o.region=r,o.pick_group=a,e.postForm=o}).catch(function(t){console.log(t)})},submitForm:function(){var t=this;this.$refs.postForm.validate(function(e){if(!e)return console.log("error submit!!"),!1;t.loading=!0,t.isEdit?(t.postForm.region=m(t.temparray.region,t.postForm.region),t.postForm.pick_group=m(t.temparray.pick_group,t.postForm.pick_group)):(t.postForm.region=t.postForm.region.join(","),t.postForm.region=t.postForm.region.join(","),t.postForm.pick_group=t.postForm.pick_group.join(",")),Object(p.a)(t.postForm).then(function(e){t.$notify({title:"成功",message:e.data.data.message,type:"success",duration:2e3}),setTimeout(function(){t.$router.push("/pick/list")},1e3)}).catch(function(e){t.$notify({title:"失败",message:"操作失败",type:"danger",duration:2e3})}),t.postForm.status="published",t.loading=!1})},getRemoteRegionList:function(t){var e=this;Object(c.c)(t).then(function(t){t.data.data.data&&(e.regionListOptions=t.data.data.data)})},getRemoteGroupList:function(t){var e=this;Object(c.b)(t).then(function(t){t.data.data.data&&(e.groupListOptions=t.data.data.data)})}}},g=(o("T1yc"),o("KHd+")),h=Object(g.a)(f,function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"createPost-container"},[o("el-form",{ref:"postForm",staticClass:"form-container",attrs:{model:t.postForm,rules:t.rules}},[o("sticky",{attrs:{"class-name":"sub-navbar"}},[o("el-button",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticStyle:{"margin-left":"10px"},attrs:{type:"success"},on:{click:t.submitForm}},[t._v("保存\n      ")])],1),t._v(" "),o("div",{staticClass:"createPost-main-container"},[o("el-row",[o("el-col",{attrs:{span:24}},[o("el-form-item",{staticStyle:{"margin-bottom":"40px"},attrs:{prop:"name"}},[o("MDinput",{attrs:{maxlength:100,name:"name",required:""},model:{value:t.postForm.name,callback:function(e){t.$set(t.postForm,"name",e)},expression:"postForm.name"}},[t._v("\n              pick名称\n            ")])],1),t._v(" "),o("div",{staticClass:"postInfo-container"},[o("el-row",[o("el-col",{attrs:{span:8}},[o("el-form-item",{staticClass:"postInfo-container-item",attrs:{"label-width":"45px",label:"性别:"}},[o("el-select",{staticClass:"postInfo-container-item",staticStyle:{width:"120px"},attrs:{placeholder:"性别:",clearable:""},model:{value:t.postForm.gender,callback:function(e){t.$set(t.postForm,"gender",e)},expression:"postForm.gender"}},t._l(t.GenderTypeOptions,function(t){return o("el-option",{key:t.key,attrs:{label:t.display_name,value:t.key}})}))],1)],1),t._v(" "),o("el-col",{attrs:{span:8}},[o("el-form-item",{staticClass:"postInfo-container-item",attrs:{"label-width":"60px",label:"属性:"}},[o("el-select",{staticClass:"postInfo-container-item",staticStyle:{width:"120px"},attrs:{placeholder:"性别:",clearable:""},model:{value:t.postForm.pick_type,callback:function(e){t.$set(t.postForm,"pick_type",e)},expression:"postForm.pick_type"}},t._l(t.PickTypeOptions,function(t){return o("el-option",{key:t.key,attrs:{label:t.display_name,value:t.key}})}))],1)],1),t._v(" "),o("el-col",{attrs:{span:8}},[o("el-form-item",{staticStyle:{"margin-bottom":"40px"},attrs:{"label-width":"45px",label:"位置:",prop:"position"}},[o("el-input",{staticClass:"article-textarea",staticStyle:{width:"120px"},attrs:{rows:1,type:"number",placeholder:"请输入内容"},model:{value:t.postForm.position,callback:function(e){t.$set(t.postForm,"position",e)},expression:"postForm.position"}})],1)],1)],1)],1)],1)],1),t._v(" "),o("el-row",[o("el-col",{attrs:{span:24}},[o("div",{staticClass:"postInfo-container"},[o("el-row",[o("el-col",{attrs:{span:8}},[t.isEdit?o("el-form-item",{staticStyle:{"margin-bottom":"40px"},attrs:{"label-width":"45px",label:"pickid:",prop:"id"}},[o("el-input",{staticClass:"article-textarea",staticStyle:{width:"120px"},attrs:{rows:1,type:"number",disabled:""},model:{value:t.postForm.id,callback:function(e){t.$set(t.postForm,"id",e)},expression:"postForm.id"}})],1):t._e()],1),t._v(" "),o("el-col",{attrs:{span:8}},[t.isEdit?o("el-form-item",{staticStyle:{"margin-bottom":"40px"},attrs:{"label-width":"75px",label:"pick用户:",prop:"user_nums"}},[o("el-input",{staticClass:"article-textarea",staticStyle:{width:"120px"},attrs:{rows:1,type:"number",disabled:""},model:{value:t.postForm.user_nums,callback:function(e){t.$set(t.postForm,"user_nums",e)},expression:"postForm.user_nums"}})],1):t._e()],1),t._v(" "),o("el-col",{attrs:{span:8}},[t.isEdit?o("el-form-item",{staticStyle:{"margin-bottom":"40px"},attrs:{"label-width":"85px",label:"创建时间:",prop:"create_time"}},[o("el-input",{staticClass:"article-textarea",staticStyle:{width:"170px"},attrs:{rows:1,type:"text",disabled:""},model:{value:t.postForm.create_time,callback:function(e){t.$set(t.postForm,"create_time",e)},expression:"postForm.create_time"}})],1):t._e()],1)],1)],1)])],1),t._v(" "),o("el-row",[o("el-col",{attrs:{span:12}},[o("el-form-item",{staticClass:"postInfo-container-item",attrs:{"label-width":"45px",label:"地区:"}},[o("el-select",{staticStyle:{width:"100%"},attrs:{"remote-method":t.getRemoteRegionList,filterable:"",remote:"",multiple:"","value-key":"id",placeholder:"搜索地区"},model:{value:t.postForm.region,callback:function(e){t.$set(t.postForm,"region",e)},expression:"postForm.region"}},t._l(t.regionListOptions,function(t,e){return o("el-option",{key:t+e,attrs:{label:t.name,value:t.id}})}))],1)],1),t._v(" "),o("el-col",{attrs:{span:12}},[o("el-form-item",{staticClass:"postInfo-container-item",attrs:{"label-width":"45px",label:"小组:"}},[o("el-select",{staticStyle:{width:"100%"},attrs:{"remote-method":t.getRemoteGroupList,multiple:"",filterable:"",remote:"","reserve-keyword":"",placeholder:"搜索小组",loading:t.loading,"value-key":"id"},model:{value:t.postForm.pick_group,callback:function(e){t.$set(t.postForm,"pick_group",e)},expression:"postForm.pick_group"}},t._l(t.groupListOptions,function(t,e){return o("el-option",{key:t+e,attrs:{label:t.name,value:t.id}})}))],1)],1)],1),t._v(" "),o("el-form-item",{staticStyle:{"margin-bottom":"40px"},attrs:{"label-width":"45px",label:"简介:",prop:"desc"}},[o("el-input",{staticClass:"article-textarea",attrs:{rows:1,type:"textarea",autosize:"",placeholder:"请输入内容"},model:{value:t.postForm.desc,callback:function(e){t.$set(t.postForm,"desc",e)},expression:"postForm.desc"}}),t._v(" "),o("span",{directives:[{name:"show",rawName:"v-show",value:t.contentShortLength,expression:"contentShortLength"}],staticClass:"word-counter"},[t._v(t._s(t.contentShortLength)+"字")])],1),t._v(" "),o("el-form-item",{staticStyle:{"margin-bottom":"40px"},attrs:{"label-width":"45px",label:"下线:"}},[o("el-radio-group",{model:{value:t.postForm.is_online,callback:function(e){t.$set(t.postForm,"is_online",e)},expression:"postForm.is_online"}},[o("el-radio",{attrs:{label:1}},[t._v("是")]),t._v(" "),o("el-radio",{attrs:{label:0}},[t._v("否")])],1)],1)],1)],1)],1)},[],!1,null,"4dc4bd33",null);h.options.__file="PickDetail.vue";e.a=h.exports}}]);