Sfoglia il codice sorgente

更换检测流程数据获取表

cfort 3 anni fa
parent
commit
176e84616e
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/system/dashboard/page.vue

+ 2 - 1
src/views/system/dashboard/page.vue

@@ -509,7 +509,8 @@
                 if (testingList.length) {
                     return
                 } else {
-                    let sql = 'select xiang_mu_ming_ as name, liu_cheng_bian_ha as processKey from t_jcxmlcpzb'
+                    // let sql = 'select xiang_mu_ming_ as name, liu_cheng_bian_ha as processKey from t_jcxmlcpzb'
+                    let sql = 'select jian_ce_xiang_mu_ as name, defkey_ as processKey from t_mjjcnlfw order by xiang_mu_bian_hao + 0 asc'
                     curdPost('sql', sql).then(res => {
                         const { data } = res.variables
                         this.$store.dispatch('ibps/param/setTestingList', data)