liuchengxin
2022-01-24 1908a80cd8224860bb704486fa78a18cc9a06bf7
src/views/device/equipment/index.vue
@@ -496,7 +496,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const ids = row.id || this.ids;
      this.$modal.confirm('是否确认删?').then(() => {
      this.$modal.confirm(`是否确认删序列号为${this.formatZero(row.serialNumber, 4)}的指控设备?`).then(() => {
        this.loading = true;
        return delEquipment(ids);
      }).then(() => {