|
|
@@ -226,9 +226,7 @@ export default {
|
|
|
(select count(*) as weiHuNoEquipments from t_mjsbwhjhzb where create_time_ LIKE '${this_.month}%') as h,
|
|
|
(select count(*) as weiHuEquipments from t_mjsbwhbyjlby where create_time_ LIKE '${this_.month}%' and shi_fou_guo_shen_ ='1') as h1`;
|
|
|
await curdPost("sql", sql)
|
|
|
- .then((res) => {
|
|
|
- console.log(sql)
|
|
|
-
|
|
|
+ .then((res) => {
|
|
|
const data = res.variables.data;
|
|
|
// if(data.length <=0){
|
|
|
// this.eBgRateData.data.push([])
|