调整等级
This commit is contained in:
parent
ef17d04783
commit
fa6681a2d7
|
@ -87,7 +87,7 @@ export default {
|
||||||
that.color = "#CCCC00";
|
that.color = "#CCCC00";
|
||||||
that.issues();
|
that.issues();
|
||||||
that.solve();
|
that.solve();
|
||||||
} else if (message.data == "三级") {
|
} else if (message.data == "一级") {
|
||||||
that.issues();
|
that.issues();
|
||||||
that.isShow = true;
|
that.isShow = true;
|
||||||
that.color = "red";
|
that.color = "red";
|
||||||
|
|
|
@ -79,7 +79,7 @@ export default {
|
||||||
that.color = "#CCCC00";
|
that.color = "#CCCC00";
|
||||||
that.issues();
|
that.issues();
|
||||||
that.solve();
|
that.solve();
|
||||||
} else if (message.data == "三级") {
|
} else if (message.data == "一级") {
|
||||||
that.isShow = true;
|
that.isShow = true;
|
||||||
that.color = "red";
|
that.color = "red";
|
||||||
//延时执行
|
//延时执行
|
||||||
|
|
Loading…
Reference in New Issue