DESKTOP-SVI9JE1\muzen 1 anno fa
parent
commit
6316fdd036
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/components/GanttChart/index.vue

+ 0 - 1
src/components/GanttChart/index.vue

@@ -177,7 +177,6 @@ watch(() => props.date, (val) => {
 const getDelete = (row) => {
   let name = row.name ? row.name : row.takeName
   proxy.$modal.confirm(`是否删除预设名称为:${name}的数据?`).then(() => {
-    console.log(props.type);
     if (props.type === 'setting') { 
       removeSetting({ id: row.id }).then(res => {
         if (res.code === 0) {