|
@@ -146,10 +146,10 @@
|
|
|
}
|
|
|
this.$post(url, data, function (ret) {
|
|
|
if (ret.code == 0) {
|
|
|
- if (ret.list.length != 0) {
|
|
|
+ if (ret.list.length != 0&&ret.list[0].signLv!=null) {
|
|
|
_this.valueLv = ret.list[0].signLv;
|
|
|
_this.numTask = ret.list[0].numTask;
|
|
|
- _this.titleStyle = "#969799"
|
|
|
+ // _this.titleStyle = "#969799"
|
|
|
_this.SingLvStatus = true
|
|
|
_this.oldvalueLv = ret.list[0].signLv;
|
|
|
} else {
|