linwenling
2023-07-18 da3bcff4dc2c242ce14166200bc9dd865e53f491
ruoyi-ui/src/views/economy/index.vue
@@ -646,7 +646,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const Ids = row.id || this.ids;
      this.$modal.confirm('是否确认删除序号为"' + Ids + '"的数据项?').then(function() {
      this.$modal.confirm('是否确认删除所选数据项?').then(function() {
        return delEconomy(Ids);
      }).then(() => {
        this.getList();