Explorar o código

检测管理看板bug修复

cfort %!s(int64=2) %!d(string=hai) anos
pai
achega
6af993afeb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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