소스 검색

优化表单配置模板删除操作,移除调试信息

yusheng 9 달 전
부모
커밋
8425224681
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/bpm/formConfig/index.vue

+ 0 - 1
src/views/bpm/formConfig/index.vue

@@ -148,7 +148,6 @@ export default {
           this.templateList[v.dictType].splice(findIndex, 1)
           this.$message.success('操作成功')
         }).catch(()=>{
-          this.$message.info('11111')
       })