shenqilong 7 месяцев назад
Родитель
Сommit
fea08cc56a
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      src/views/platform/office/bpmInitiatedProcess/myDraft.vue

+ 1 - 5
src/views/platform/office/bpmInitiatedProcess/myDraft.vue

@@ -188,8 +188,6 @@ export default {
             // 删除选中记录
             // 删除选中记录
             removeDraft({ ids: idList.join(',') }).then((res) => {
             removeDraft({ ids: idList.join(',') }).then((res) => {
               if (res.state === 103) {
               if (res.state === 103) {
-                // this.selection = []
-                // this.search()
                 this.$message.warning(res.message)
                 this.$message.warning(res.message)
               } else {
               } else {
                 ActionUtils.removeSuccessMessage()
                 ActionUtils.removeSuccessMessage()
@@ -207,10 +205,8 @@ export default {
               }
               }
             })
             })
           })
           })
-          .catch((res) => {
-            this.selection = []
+          .catch(() => {
             this.$message.error('获取数据表key值出错,请联系开发人员!')
             this.$message.error('获取数据表key值出错,请联系开发人员!')
-            // this.search()
           })
           })
       })
       })
     }
     }