|
@@ -181,7 +181,8 @@
|
|
},
|
|
},
|
|
onLoad: function(e) {
|
|
onLoad: function(e) {
|
|
const that = this;
|
|
const that = this;
|
|
- that.$set(that, `status`, e.status || '0');
|
|
|
|
|
|
+ that.$set(that, `status`, e.status || '');
|
|
|
|
+ that.$set(that.tabs, `active`, e.status || '');
|
|
that.searchConfig();
|
|
that.searchConfig();
|
|
that.searchOther();
|
|
that.searchOther();
|
|
that.watchlogin();
|
|
that.watchlogin();
|
|
@@ -250,6 +251,7 @@
|
|
for (let val of list) {
|
|
for (let val of list) {
|
|
val.zhStatus = that.searchStatus(val.status)
|
|
val.zhStatus = that.searchStatus(val.status)
|
|
}
|
|
}
|
|
|
|
+ console.log(list);
|
|
that.$set(that, `list`, list);
|
|
that.$set(that, `list`, list);
|
|
that.$set(that, `total`, res.total)
|
|
that.$set(that, `total`, res.total)
|
|
} else {
|
|
} else {
|