@@ -296,7 +296,7 @@ export default {
},
mounted() {
- this.formData.selection = this.optionLists[0].name;
+ this.formData.selection = this.optionLists[0].lable;
this.formData.dateRangeRadio = "当日";
methods: {
@@ -222,6 +222,7 @@ export default {
let strictlyall = eval(strictly.join("+")); //严控级总和
let alldata = arrall + Lowall + firsall + ptall + strictlyall; // 总数
this.init(arr, arrx, Low, firs, pt, strictly);
+ this.dataall.cont = alldata;
this.datarisk.data = result.data;
}