Przeglądaj źródła

Merge branch 'develop/0.0.2(样式修改)' into test

DESKTOP-SVI9JE1\muzen 1 rok temu
rodzic
commit
db0cb375c3
1 zmienionych plików z 0 dodań i 1 usunięć
  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) {