Elements-SY

查看维度入参新增字段

......@@ -122,6 +122,8 @@ export default {
queryParmas: function () {
// White Tail
if (parmas.flightKindName == "White Tail") {
this.dateParmas.flightType = "WT";
this.noDateParmas.flightType = "WT";
_this.dateLevelData({
dateParmas: this.dateParmas,
noDateParmas: this.noDateParmas,
......