12345678910 |
- (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/page-component/app-clerk-historys/app-clerk-historys"],{2003:function(t,e,n){},2998:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"app-clerk-historys",components:{},props:{isShow:{type:Boolean,default:!1},userCardId:{type:Number,default:0}},watch:{isShow:function(t){t||(this.visible=!1),t&&(this.page=1,this.list=[],this.getList())}},data:function(){return{visible:!1,list:[],page:1,isMore:!1}},methods:{close:function(){this.$emit("update:isShow",!1)},getList:function(){var e=this;e.$showLoading({text:"加载中..."}),e.$request({url:e.$api.card.history,data:{user_card_id:e.userCardId,page:e.page}}).then((function(n){e.$hideLoading(),e.visible=!0,0===n.code?(e.list=e.list.concat(n.data.list),e.page=n.data.list.length>0?e.page+1:e.page,0===n.data.list.length&&(e.isMore=!0),console.log(e.isMore)):t.showToast({title:n.msg,icon:"none",duration:2e3})})).catch((function(){e.$hideLoading()}))},lower:function(){this.getList()}},created:function(){}};e.default=n}).call(this,n("543d")["default"])},"96cb":function(t,e,n){"use strict";var i=n("2003"),a=n.n(i);a.a},b0d3:function(t,e,n){"use strict";n.r(e);var i=n("2998"),a=n.n(i);for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},ba3c:function(t,e,n){"use strict";n.r(e);var i=n("e12d"),a=n("b0d3");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("96cb");var s,c=n("f0c5"),r=Object(c["a"])(a["default"],i["b"],i["c"],!1,null,"5207f99c",null,!1,i["a"],s);e["default"]=r.exports},e12d:function(t,e,n){"use strict";var i;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var a=function(){var t=this,e=t.$createElement;t._self._c},o=[]}}]);
- ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
- 'components/page-component/app-clerk-historys/app-clerk-historys-create-component',
- {
- 'components/page-component/app-clerk-historys/app-clerk-historys-create-component':(function(module, exports, __webpack_require__){
- __webpack_require__('543d')['createComponent'](__webpack_require__("ba3c"))
- })
- },
- [['components/page-component/app-clerk-historys/app-clerk-historys-create-component']]
- ]);
|