2
3
Просмотр исходного кода

前端:历史任务优化,为空判断后再取长度

baichengfei 4 лет назад
Родитель
Сommit
9b6179fa11

+ 0 - 1
src/dashoo.cn/frontend_web/src/components/workflow/wfmultihistory.vue

@@ -116,7 +116,6 @@ export default {
       })
         .then(res => {
           // console.log('多-多历史任务', res.data)
-          // _this.historyTask = res.data.items
           if (res.data.items) {
             this.tmp_historyTask = res.data.items
             let userIdStr = ''