mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 01:52:49 +00:00
修复bug
This commit is contained in:
parent
18b3f227e8
commit
0c2a5b96b8
@ -182,6 +182,7 @@
|
||||
},
|
||||
mounted:function () {
|
||||
this.getBadge();
|
||||
var that = this;
|
||||
layList.laydate.render({
|
||||
elem:this.$refs.date_time,
|
||||
trigger:'click',
|
||||
|
||||
@ -190,6 +190,7 @@
|
||||
},
|
||||
mounted:function () {
|
||||
this.getBadge();
|
||||
var that = this;
|
||||
layList.laydate.render({
|
||||
elem:this.$refs.date_time,
|
||||
trigger:'click',
|
||||
|
||||
@ -554,18 +554,22 @@
|
||||
},
|
||||
watch: {
|
||||
'where.status':function () {
|
||||
this.where.excel=0;
|
||||
this.getBadge();
|
||||
layList.reload(this.where,true);
|
||||
},
|
||||
'where.data':function () {
|
||||
this.where.excel=0;
|
||||
this.getBadge();
|
||||
layList.reload(this.where,true);
|
||||
},
|
||||
'where.type':function () {
|
||||
this.where.excel=0;
|
||||
this.getBadge();
|
||||
layList.reload(this.where,true);
|
||||
},
|
||||
'where.pay_type':function () {
|
||||
this.where.excel=0;
|
||||
this.getBadge();
|
||||
layList.reload(this.where,true);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user