浏览代码

危险作业工程页面

zhaowenrui 1 年之前
父节点
当前提交
996d2e0728
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/zdsz/engineeringDangerous/index.vue

+ 1 - 1
src/views/zdsz/engineeringDangerous/index.vue

@@ -994,7 +994,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除危险工程编号为"' + ids + '"的数据项?').then(() => {
+      this.$modal.confirm('是否确认删除所选的数据项?').then(() => {
         this.loading = true;
         return delEngineeringDangerous(ids);
       }).then(() => {