chunk-b178fad4.fbe74265.js 3.5 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-b178fad4"],{a5c9:function(t,e,o){},b4ef:function(t,e,o){"use strict";var i=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:{"label-position":t.labelPosition,model:t.postForm,rules:t.rules,"label-width":"60px"}},[o("div",{staticClass:"createPost-main-container"},[o("el-row",[o("el-form-item",{staticStyle:{"margin-bottom":"30px"},attrs:{prop:"head_img",label:"头像"}},[o("el-image",{attrs:{src:t.postForm.head_img}})],1)],1),o("el-row",[o("el-form-item",{staticStyle:{"margin-bottom":"30px"},attrs:{prop:"user_name",label:"姓名"}},[o("el-input",{staticStyle:{width:"300px"},attrs:{placeholder:""},model:{value:t.postForm.user_name,callback:function(e){t.$set(t.postForm,"user_name",e)},expression:"postForm.user_name"}})],1)],1),o("el-row",[o("el-form-item",{staticStyle:{"margin-bottom":"30px"},attrs:{prop:"mobile",label:"手机号"}},[o("el-input",{staticStyle:{width:"200px"},attrs:{placeholder:""},model:{value:t.postForm.mobile,callback:function(e){t.$set(t.postForm,"mobile",e)},expression:"postForm.mobile"}})],1)],1),o("el-row",[o("el-form-item",{staticStyle:{"margin-bottom":"30px"},attrs:{prop:"open_id",label:"openid"}},[o("el-input",{staticStyle:{width:"200px"},attrs:{placeholder:"",disabled:!0},model:{value:t.postForm.open_id,callback:function(e){t.$set(t.postForm,"open_id",e)},expression:"postForm.open_id"}})],1)],1),o("el-row",[t.isEdit?t._e():o("el-button",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],attrs:{type:"success"},on:{click:t.submitForm}},[t._v(" 提交 ")]),t.isEdit?o("el-button",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],attrs:{type:"success"},on:{click:t.updateArticle}},[t._v(" 修改 ")]):t._e()],1)],1)])],1)},s=[],a=o("c24f"),r={user_name:"",status:!0,head_img:"",mobile:"",open_id:"",display_time:void 0,id:void 0,platforms:["a-platform"],comment_disabled:!1,importance:0},l={name:"ArticleDetail",components:{},props:{isEdit:{type:Boolean,default:!1}},data:function(){return{postForm:Object.assign({},r),loading:!1,userListOptions:[],rules:{},tempRoute:{},labelPosition:"left"}},computed:{},created:function(){if(this.isEdit){var t=this.$route.params&&this.$route.params.id;this.fetchData(t)}this.tempRoute=Object.assign({},this.$route)},methods:{fetchData:function(t){var e=this;Object(a["c"])(t).then((function(t){e.postForm=t.data})).catch((function(t){console.log(t)}))},setPageTitle:function(){var t="Edit Article";document.title="".concat(t," - ").concat(this.postForm.id)},submitForm:function(){var t=this;this.$refs.postForm.validate((function(e){if(!e)return console.log("error submit!!"),!1;t.loading=!0}))},updateArticle:function(){var t=this;console.log(this.postForm),Object(a["g"])(this.postForm).then((function(e){t.$notify({title:"修改",message:"修改成功",type:"success",duration:2e3}),t.postForm.status="published",t.loading=!1,t.listLoading=!1,t.$router.push("/user/list")}))}}},n=l,c=(o("b583"),o("2877")),m=Object(c["a"])(n,i,s,!1,null,"6f3bcb39",null);e["a"]=m.exports},b583:function(t,e,o){"use strict";var i=o("a5c9"),s=o.n(i);s.a},d344:function(t,e,o){"use strict";o.r(e);var i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("article-detail",{attrs:{"is-edit":!0}})},s=[],a=o("b4ef"),r={name:"EditForm",components:{ArticleDetail:a["a"]}},l=r,n=o("2877"),c=Object(n["a"])(l,i,s,!1,null,null,null);e["default"]=c.exports}}]);