Quellcode durchsuchen

危险作业工程页面

zhaowenrui vor 1 Jahr
Ursprung
Commit
996d2e0728
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {
     handleDelete(row) {
       const ids = row.id || this.ids;
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除危险工程编号为"' + ids + '"的数据项?').then(() => {
+      this.$modal.confirm('是否确认删除所选的数据项?').then(() => {
         this.loading = true;
         this.loading = true;
         return delEngineeringDangerous(ids);
         return delEngineeringDangerous(ids);
       }).then(() => {
       }).then(() => {