src/views/demo/tree/index.vue
@@ -275,7 +275,7 @@ }, /** 删除按钮操作 */ handleDelete(row) { this.$modal.confirm('是否确认删除测试树表编号为"' + row.id + '"的数据项?').then(() => { this.$modal.confirm('是否确认删除?').then(() => { this.loading = true; return delTree(row.id); }).then(() => {