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