1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-99416556","chunk-2d0ccfc9"],{2492:function(t,e,a){"use strict";a.r(e),e["default"]={enabledStateArr:[{key:"启用",val:"1"},{key:"禁用",val:"2"}]}},"4fef":function(t,e,a){"use strict";a.r(e);var n=a("ade3"),i=a("5530");a("1276"),a("ac1f"),a("a9e3");e["default"]={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 e=Object(i["a"])({},this.searchForm);"ascending"===t.order?e.sort=JSON.stringify(Object(n["a"])({},t.prop,"asc")):e.sort=JSON.stringify(Object(n["a"])({},t.prop,"desc")),this.fetchData(e)},fetchData:function(t){var e=this;if(this.apiStr){var a={page:this.currentPage,page_size:this.pageSize};t?a=Object(i["a"])(Object(i["a"])({},a),t):this.searchForm&&(a=Object(i["a"])(Object(i["a"])({},a),this.searchForm)),this.getDataBefore&&this.getDataBefore(a),this.listLoading=!0;var n=this.apiStr.split(".");this.$api[n[0]][n[1]](a).then((function(t){return 1===e.currentPage&&(e.pageSize=t.page_size||1),e.totalRecords=t.total?Number(t.total):0,e.tableData=t.list||[],e.listLoading=!1,e.getMoreData&&e.getMoreData(t,a),t})).catch((function(t){e.listLoading=!1}))}}}}},"581a":function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"app-container"},[a("search-form",{attrs:{"list-loading":t.listLoading},on:{change:t.searchHandle}}),a("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=[],s=a("2909"),r=a("5530"),o=(a("d81d"),a("ed08"),a("7031")),c=a("4fef"),l=a("2492"),u={name:"index",components:{SearchForm:o["default"]},provide:function(){return{parentData:this}},mixins:[c["default"]],data:function(){return Object(r["a"])({apiStr:"user.admwechatuserlist",searchForm:null,isDtlShow:!1,curObj:{}},l["default"])},computed:{tableData2:function(){var t=Object(s["a"])(this.tableData);return t.map((function(t){var e=window.sessionStorage.getItem("fp_user")?JSON.parse(window.sessionStorage.getItem("fp_user")):{};"admin"===e.username?t.phones=t.phone: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 e=this;this.$msg("您确定要删除该用户吗?","confirm",(function(){e.$api.user.admadmindel({id:t.id}).then((function(t){e.$msgs("已删除!"),e.fetchData()}))}),null,!0)},openPopup:function(t){t&&t.id?this.curObj=t:this.curObj={},this.isDtlShow=!0},closePopup:function(t){var e=this;if(t){var a=t,n="admadminadd";t.id&&(n="admadminedit"),this.$api.user[n](Object(r["a"])({},a)).then((function(a){e.$msgs(t.id?"编辑成功":"新增成功"),e.fetchData(),e.isDtlShow=!1}))}else this.isDtlShow=!1}}},h=u,d=a("2877"),f=Object(d["a"])(h,n,i,!1,null,null,null);e["default"]=f.exports},7031:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("base-form",{ref:"ruleForm",attrs:{slot:"content",data:t.searchData},slot:"content"},[a("div",{attrs:{slot:"footer"},slot:"footer"},[a("el-button",{staticClass:"xl-form-btn bgc1",attrs:{loading:t.listLoading,icon:"el-icon-search"},on:{click:t.searchHandle}},[t._v("查询")])],1)])},i=[],s=a("5530"),r={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,e=Object(s["a"])({},t);this.$emit("change",e)}}},o=r,c=a("2877"),l=Object(c["a"])(o,n,i,!1,null,null,null);e["default"]=l.exports}}]);
|