1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-571eafae"],{"4fef":function(t,a,e){"use strict";var n=e("ade3"),i=e("5530");e("1276"),e("ac1f"),e("a9e3");a["a"]={data:function(){return{listLoading:!1,tableData:[],currentPage:1,pageSize:10,totalRecords:1,listConfig:{},operations:[]}},created:function(){var t=this;this.$nextTick((function(){t.noCreated||t.fetchData()}))},methods:{searchHandle:function(t){this.currentPage=1,this.searchForm=t,this.fetchData()},sizeChange:function(t){this.pageSize=t,this.currentPage=1,this.fetchData()},pageHandle:function(t){this.currentPage=t,this.fetchData()},sortChange:function(t){this.currentPage=1;var a=Object(i["a"])({},this.searchForm);"ascending"===t.order?a.sort=JSON.stringify(Object(n["a"])({},t.prop,"asc")):a.sort=JSON.stringify(Object(n["a"])({},t.prop,"desc")),this.fetchData(a)},fetchData:function(t){var a=this;if(this.apiStr){var e={page:this.currentPage,page_size:this.pageSize};t?e=Object(i["a"])(Object(i["a"])({},e),t):this.searchForm&&(e=Object(i["a"])(Object(i["a"])({},e),this.searchForm)),this.getDataBefore&&this.getDataBefore(e),this.listLoading=!0;var n=this.apiStr.split(".");this.$api[n[0]][n[1]](e).then((function(t){return 1===a.currentPage&&(a.pageSize=t.page_size||1),a.totalRecords=t.total?Number(t.total):0,a.tableData=t.list||[],a.listLoading=!1,a.getMoreData&&a.getMoreData(t,e),t})).catch((function(t){a.listLoading=!1}))}}}}},"581a":function(t,a,e){"use strict";e.r(a);var n=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"app-container"},[e("search-form",{attrs:{"list-loading":t.listLoading},on:{change:t.searchHandle}}),e("table-list",{attrs:{"list-loading":t.listLoading,data:t.tableData2,columns:t.listConfig,"current-page":t.currentPage,"page-size":t.pageSize,"total-records":t.totalRecords},on:{currentChange:t.pageHandle}})],1)},i=[],r=e("2909"),s=e("5530"),o=(e("d81d"),e("ed08"),function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("base-form",{ref:"ruleForm",attrs:{slot:"content",data:t.searchData},slot:"content"},[e("div",{attrs:{slot:"footer"},slot:"footer"},[e("el-button",{staticClass:"xl-form-btn bgc1",attrs:{loading:t.listLoading,icon:"el-icon-search"},on:{click:t.searchHandle}},[t._v("查询")])],1)])}),c=[],l={mixins:[],props:{listLoading:Boolean},inject:["parentData"],data:function(){return{searchData:[{label:"账号",key:"username"},{label:"昵称",key:"nickname"}]}},methods:{searchHandle:function(){var t=this.$refs.ruleForm.baseForm,a=Object(s["a"])({},t);this.$emit("change",a)}}},h=l,u=e("2877"),d=Object(u["a"])(h,o,c,!1,null,null,null),f=d.exports,p=e("4fef"),g={enabledStateArr:[{key:"启用",val:"1"},{key:"禁用",val:"2"}]},m={name:"index",components:{SearchForm:f},provide:function(){return{parentData:this}},mixins:[p["a"]],data:function(){return Object(s["a"])({apiStr:"user.admwechatuserlist",searchForm:null,isDtlShow:!1,curObj:{}},g)},computed:{tableData2:function(){var t=Object(r["a"])(this.tableData);return t.map((function(t){t.phones=t.phone.substring(0,7)+"****"})),t}},created:function(){},mounted:function(){this.listConfig={rows:[{label:"头像",prop:"avatar",type:"img"},{label:"昵称",prop:"nickname"},{label:"手机号",prop:"phones"},{label:"注册时间",prop:"create_at"}]}},methods:{delHandle:function(t){var a=this;this.$msg("您确定要删除该用户吗?","confirm",(function(){a.$api.user.admadmindel({id:t.id}).then((function(t){a.$msgs("已删除!"),a.fetchData()}))}),null,!0)},openPopup:function(t){t&&t.id?this.curObj=t:this.curObj={},this.isDtlShow=!0},closePopup:function(t){var a=this;if(t){var e=t,n="admadminadd";t.id&&(n="admadminedit"),this.$api.user[n](Object(s["a"])({},e)).then((function(e){a.$msgs(t.id?"编辑成功":"新增成功"),a.fetchData(),a.isDtlShow=!1}))}else this.isDtlShow=!1}}},b=m,D=Object(u["a"])(b,n,i,!1,null,null,null);a["default"]=D.exports}}]);
|