Explorar el Código

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

yusheng hace 9 meses
padre
commit
8425224681
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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')
       })