linwenling
2023-07-24 99307a10b5558d88efaa360cc6029134966b25d2
修改家庭资产管理
1个文件已修改
2 ■■■ 已修改文件
ruoyi-ui/src/views/note/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/note/index.vue
@@ -620,7 +620,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const Ids = row.id || this.ids;
      this.$modal.confirm('是否确认删除资产编号为"' + Ids + '"的数据项?').then(function() {
      this.$modal.confirm('是否确认删除所选数据项?').then(function() {
        return delProperty(Ids);
      }).then(() => {
        this.getList();