cfort 2 лет назад
Родитель
Сommit
6af993afeb
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/views/system/jbdHome/board/checkBoard.vue

+ 0 - 1
src/views/system/jbdHome/board/checkBoard.vue

@@ -324,7 +324,6 @@
                 const sql4 = `select count(a.id_) as receive, count(a.shi_fou_liu_yang_ = '是' or null) as keep, count(a.yan_shou_zhuang_t = '残缺' or null) as incomplete, count(a.jie_yang_zhuang_t = '待确认' or null) as unReceive from (select id_, shi_fou_liu_yang_, yan_shou_zhuang_t, jie_yang_zhuang_t from t_mjypdjb where create_time_ like '${this.month}%' group by yang_pin_bian_hao) as a`
                 Promise.all([
                     curdPost('sql', sql1),
-                    curdPost('sql', sql3),
                     curdPost('sql', sql4),
                 ]).then(([ res1, res4]) => {
                     this.bottomCardData.flag = false