Преглед изворни кода

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);
         })