@@ -545,7 +545,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id || this.ids;
- this.$modal.confirm('是否确认删除教育培训计划"' + row.planName).then(function () {
+ this.$modal.confirm('是否确认删除教育培训计划:' + row.planName).then(function () {
return delPlan(ids);
}).then(() => {
this.getList();