| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-9b9cffb8"],{"1d60":function(t,e,o){"use strict";o.r(e);var s=function(){var t=this,e=t._self._c;return e("div",{staticClass:"app-content summary-wrap"},[e("el-form",{ref:"form",staticClass:"demo-form",attrs:{model:t.form,rules:t.rules,"label-width":"10px"}},[e("el-form-item",{attrs:{label:"",prop:"desc"}},[e("cl-editor-quill",{on:{load:t.editor},model:{value:t.form.desc,callback:function(e){t.$set(t.form,"desc",e)},expression:"form.desc"}})],1),e("el-form-item",[e("div",{staticClass:"app-color-3"},[e("i",{staticClass:"el-icon-warning",staticStyle:{"margin-right":"4px"}}),e("span",[t._v("商品详情的后半部分内容,可以填写一些养护知识和友情提示等。")])])]),e("el-form-item",[e("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.submitForm("form")}}},[t._v("保存")])],1)],1)],1)},n=[],i={name:"goods-summary",data:function(){return{form:{desc:""},rules:{},data:""}},mounted:function(){this.init()},methods:{init:function(){this._getData()},_getData:function(){var t=this;this.$service.single.getGoodsIntro().then((function(e){t.form.desc=e.introduce}))},_updateFn:function(){var t=this;this.$service.single.editGoodsIntro({introduce:this.form.desc}).then((function(e){t.$message.success("保存成功!")}))},editor:function(){},submitForm:function(t){var e=this;this.$refs[t].validate((function(t){if(!t)return console.log("error submit!!"),!1;console.log(e.form),e._updateFn()}))},resetForm:function(t){this.$refs[t].resetFields()}}},r=i,c=(o("4c2c"),o("1805")),a=Object(c["a"])(r,s,n,!1,null,null,null);e["default"]=a.exports},"4c2c":function(t,e,o){"use strict";o("c5a7")},c5a7:function(t,e,o){}}]);
|