au-adfa94f3.js 6.2 KB

1
  1. import{a as s,n,m as r}from"./index-a9d7bd25.js";import"./element-37f6a05c.js";const l={getList:e=>s({url:"/recommend/list",method:"get",params:e}),addArticle:e=>s({url:"/recommend/add",method:"post",data:e}),editArticle:e=>s({url:"/recommend/edit",method:"post",data:e}),getDetails:e=>s({url:`/recommend/detail/${e.id}`,method:"get",data:e}),editStatus:e=>s({url:"/recommend/status",method:"post",data:e}),editRank:e=>s({url:"/recommend/rank",method:"post",data:e}),delArticle:e=>s({url:`/recommend/delete/${e.id}`,method:"get",params:e})},d={props:{componentVisible:{type:Number,default:2},id:Number,selectList:Array},data(){return{data:{},formConfig:[{label:"product_and_member.article_home.label_position",prop:"type",type:"select",selectList:[{id:1,name:"首页顶部banner"},{id:2,name:"首页小图推荐"},{id:3,name:"中部banner"},{id:4,name:"客户门户广告"},{id:5,name:"推荐文章栏目"},{id:6,name:"底部banner"},{id:7,name:"社交链接"}]},{label:"product_and_member.article_home.label_title",prop:"title",type:"input"},{label:"product_and_member.article_home.label_url",prop:"link",type:"input"},{label:"product_and_member.article_home.label_desc",prop:"description",type:"textarea"},{label:"product_and_member.article_home.label_image",prop:"image",type:"uploadImg"},{label:"product_and_member.article_home.label_sort",prop:"rank",type:"input"}],rules:{type:[{required:!0,message:this.$t("text_please_select"),trigger:"change"}],title:[{required:!0,message:this.$t("text_please_input"),trigger:"blur"}]},submitLoading:!1}},computed:{disabledFlag_edit(){return this.componentVisible===3},disabledFlag_audit(){return this.componentVisible===4}},mounted(){this.disabledFlag_edit&&l.getDetails({id:this.id}).then(e=>{this.data=e.result})},methods:{submit(){this.componentVisible==2?this.add():this.componentVisible==3?this.edit():this.componentVisible==4&&this.audit()},add(){this.submitLoading=!0,l.add(this.data).then(e=>{this.$notify({title:"成功",message:"提交成功",type:"success",duration:3e3}),this.submitLoading=!1,this.update(),setTimeout(()=>{this.close()},1500)}).catch(()=>{this.submitLoading=!1})},edit(){this.submitLoading=!0,l.editArticle(this.data).then(e=>{this.$notify({title:"成功",message:"提交成功",type:"success",duration:3e3}),this.submitLoading=!1,this.update(),setTimeout(()=>{this.close()},1500)}).catch(()=>{this.submitLoading=!1})},close(){this.$emit("receive",1)},update(){this.$emit("update",!0)}}};var o=function(){var t=this,i=t._self._c;return i("div",{staticClass:"form"},[i("global-form",{attrs:{formData:t.data,formConfig:t.formConfig,rules:t.rules,submitLoading:t.submitLoading},on:{handleSubmit:t.submit,handleClose:t.close}})],1)},m=[],u=n(d,o,m,!1,null,null,null,null);const c=u.exports,p={components:{Add:c},mixins:[r],data(){const e=[{id:1,name:"首页顶部banner"},{id:2,name:"首页小图推荐"},{id:3,name:"中部banner"},{id:4,name:"客户门户广告"},{id:5,name:"推荐文章栏目"},{id:6,name:"底部banner"},{id:7,name:"社交链接"}],t=e.reduce((i,a)=>(i[a.id]=a.name,i),{});return{componentVisible:1,currTab:0,id:null,ids:[],list:[],listLoading:!0,listQuery:{page:1,limit:20},total:0,dataObj:{},updateFlag:!1,fieldList:[{label:"product_and_member.article_home.label_position",val:null,placeholder:this.$t("text_please_select"),type:"select",selectlist:e}],columns:[{label:"product_and_member.article_home.label_type",prop:"type",width:"120",type:"formatType",filterData:t},{label:"product_and_member.article_home.label_url",prop:"link",width:"300"},{label:"product_and_member.article_home.label_image",prop:"image",type:"img"},{label:"product_and_member.article_home.label_status",prop:"status",type:"switch",sortable:"true"},{label:"table_operated_time",prop:"update_time",sortable:"true",width:"160"},{label:"product_and_member.article_home.label_sort",prop:"rank",type:"input"}]}},watch:{updateFlag(e){e&&this.getList()}},async created(){await this.getList()},methods:{getList(){this.listLoading=!0,l.getList({type:this.fieldList[0].val,page:this.listQuery.page,limit:this.listQuery.limit}).then(e=>{this.list=e.result.data,this.total=e.result.total,this._recursiveAddField(this.list,"edit",!1),this.listLoading=!1,this.updateFlag=!1}).catch(()=>{this.updateFlag=!1,this.list=[],this.listLoading=!1})},editRank(e){l.editRank({id:e.id,rank:+e.rank}).then(t=>{})},editStatus(e){l.editStatus({id:e.id,status:e.status}).then(t=>{}).catch(t=>{e.status=!e.status})},clearSearchVal(){this.fieldList.forEach(e=>{e.val=null}),this.getList()},openDetail(e,t){switch(e){case 2:this.dataObj={};break;case 3:this.id=t.id;break}this.componentVisible=e},deleteListOpt(e){this.$confirm("此操作将永久删除, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(()=>{l.delArticle(e).then(t=>{this.list.splice(this.list.findIndex(i=>i.id===e),1),this.$notify({title:"成功",message:"删除成功",type:"success",duration:3e3})})}).catch(()=>{})},handleSelectionChange(e){this.ids=e.map(t=>t.id)},receive(e){this.componentVisible=e},update(e){this.updateFlag=e}}};var h=function(){var t=this,i=t._self._c;return i("div",[i("div",{directives:[{name:"show",rawName:"v-show",value:t.componentVisible==1,expression:"componentVisible == 1"}]},[i("global-tool-btn",{attrs:{fieldList:t.fieldList,delBtnShow:!1,addBtnShow:!1},on:{handleSearch:t.getList,handleClearSearchVal:t.clearSearchVal,handleCreate:function(a){return t.openDetail(2)}}}),i("global-table",{attrs:{tableData:t.list,tableColumns:t.columns,listLoading:t.listLoading},on:{handleToggleStatus:t.editStatus,handleEditRank:t.editRank},scopedSlots:t._u([{key:"operation",fn:function({row:a}){return[i("el-button",{attrs:{type:"text",size:"medium"},on:{click:function(g){return t.openDetail(3,a)}}},[t._v(" "+t._s(t.$t("btn_edit"))+" ")])]}}])}),i("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total > 0"}],attrs:{total:t.total,page:t.listQuery.page,limit:t.listQuery.limit},on:{"update:page":function(a){return t.$set(t.listQuery,"page",a)},"update:limit":function(a){return t.$set(t.listQuery,"limit",a)},pagination:t.getList}})],1),t.componentVisible>1?i("add",{attrs:{componentVisible:t.componentVisible,selectList:t.list,data:t.dataObj,id:t.id},on:{receive:t.receive,update:t.update}}):t._e()],1)},_=[],b=n(p,h,_,!1,null,null,null,null);const L=b.exports;export{L as default};