施工管控样式修改
This commit is contained in:
parent
2892d4bd86
commit
6402de1c03
|
|
@ -72,7 +72,6 @@ export default {
|
||||||
// 获取人员管控是否有告警
|
// 获取人员管控是否有告警
|
||||||
loadPersonControlIsWarn() {
|
loadPersonControlIsWarn() {
|
||||||
getPersonControlIsWarn().then(res => {
|
getPersonControlIsWarn().then(res => {
|
||||||
console.error(res.data);
|
|
||||||
this.tabs[1].isWarn = res.data;
|
this.tabs[1].isWarn = res.data;
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
}).catch(res => {
|
}).catch(res => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue