Browse Source

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

yusheng 10 tháng trước cách đây
mục cha
commit
8425224681
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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')
       })