WangHan
2025-04-02 a8ba678a3fe5a39da2c732014cebbb66e408e97c
admin-web/src/views/foundation/classification/index.vue
@@ -234,7 +234,7 @@
    },
    del(row) {
      var that = this
      this.$modal.confirm('是否确认删除名称为"' + row.categoryName + '"的机构吗?')
      this.$modal.confirm('是否确认删除名称为"' + row.categoryName + '"的分类吗?')
        .then(function () {
          finsystenant.del({ id: row.id }).then((res) => {
            that.$message.success('删除成功!');