|
@ -88,7 +88,8 @@ methods: {
|
|
|
console.log(res)
|
|
|
GlobalEventBus.$emit('setLoading');
|
|
|
vm.tableData = res.detailModelList;
|
|
|
vm.total = res.totalCount;
|
|
|
vm.total = res.detailModelList.length;
|
|
|
|
|
|
}).catch(function (err) {
|
|
|
console.log(err)
|
|
|
GlobalEventBus.$emit('setLoading');
|
|
@ -124,7 +125,6 @@ methods: {
|
|
|
id:'Lay_zidian',
|
|
|
type:2,
|
|
|
title:false,
|
|
|
closeBtn:0,
|
|
|
shade:0.5,
|
|
|
shadeClose:true,
|
|
|
area:[width,height],
|