13404089107
10 小时以前 18be3cd617c79742bdd0a513e714695e1ab1ee0d
Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory
1个文件已修改
3 ■■■■■ 已修改文件
culture/src/views/pedigree-chart/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
culture/src/views/pedigree-chart/index.vue
@@ -238,8 +238,6 @@
        cancelButtonText: "取消",
        type: "warning",
      }).then(() => {
        console.log(123);
        deleteProgenitor({ id: row.id }).then((res) => {
          if (res.code == 200) {
            this.$message.success("删除成功");
@@ -247,7 +245,6 @@
          }
        });
      });
      console.log("删除数据:", row);
    },
    handleDetail(row) {
      if (row.generationType == 1) {