|
@@ -91,6 +91,7 @@ export default {
|
|
|
if (res.Content.length) {
|
|
|
for (let i = 0; i < res.Content.length; i++) {
|
|
|
if (res.Content[i].Type == "最后一次执行时间") {
|
|
|
+ this.tipsType = this.tipsType > 1 ? this.tipsType : 1;
|
|
|
this.lastUpdateTime = res.Content[i].Content.substr(0, res.Content[i].Content.lastIndexOf('.'));
|
|
|
}
|
|
|
if (res.Content[i].Type == "原始点位增删") {
|
|
@@ -104,9 +105,6 @@ export default {
|
|
|
this.ruleDialogShow = true;
|
|
|
}
|
|
|
}
|
|
|
- if (res.Content.length < 2) {
|
|
|
- this.tipsType = 1;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
});
|
|
@@ -131,6 +129,7 @@ export default {
|
|
|
//执行对应结果
|
|
|
apply() {
|
|
|
this.ruleDialogShow = false;
|
|
|
+ this.tipsType = 1;
|
|
|
this.$refs.apply.showDialog();
|
|
|
},
|
|
|
//规则执行弹窗
|
|
@@ -159,6 +158,7 @@ export default {
|
|
|
position: relative;
|
|
|
.top-tab {
|
|
|
position: relative;
|
|
|
+ height: 54px;
|
|
|
.pos-right {
|
|
|
position: absolute;
|
|
|
right: 0;
|