浏览代码

Merge branch 'hezhihong_bug修复'

hezhihong 1 年之前
父节点
当前提交
7d389f947b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/FRIENDLYLINKS/index.vue

+ 2 - 1
src/views/FRIENDLYLINKS/index.vue

@@ -218,7 +218,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除友情链接编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除友情链接编号为"' + ids + '"的数据项?')
+        .confirm(`是否确认删除友情链接编号为【${ids}】;链接名称为【${row.linkName}】的数据项?`)
         .then(function () {
           return delFRIENDLYLINKS(ids);
         })