|
@@ -292,12 +292,10 @@
|
|
|
watch: {
|
|
watch: {
|
|
|
'where.status': function () {
|
|
'where.status': function () {
|
|
|
this.where.excel = 0;
|
|
this.where.excel = 0;
|
|
|
- this.getBadge();
|
|
|
|
|
layList.reload(this.where, true);
|
|
layList.reload(this.where, true);
|
|
|
},
|
|
},
|
|
|
'where.data': function () {
|
|
'where.data': function () {
|
|
|
this.where.excel = 0;
|
|
this.where.excel = 0;
|
|
|
- this.getBadge();
|
|
|
|
|
layList.reload(this.where, true);
|
|
layList.reload(this.where, true);
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
@@ -314,12 +312,10 @@
|
|
|
},
|
|
},
|
|
|
search: function () {
|
|
search: function () {
|
|
|
this.where.excel = 0;
|
|
this.where.excel = 0;
|
|
|
- this.getBadge();
|
|
|
|
|
layList.reload(this.where, true);
|
|
layList.reload(this.where, true);
|
|
|
},
|
|
},
|
|
|
refresh: function () {
|
|
refresh: function () {
|
|
|
layList.reload();
|
|
layList.reload();
|
|
|
- this.getBadge();
|
|
|
|
|
},
|
|
},
|
|
|
excel: function () {
|
|
excel: function () {
|
|
|
this.where.excel = 1;
|
|
this.where.excel = 1;
|