Commit 3ada4bf7 authored by 赵啸非's avatar 赵啸非

修改js文件

parent fe93a214
<template> <template>
<div class="page"> <div class="page">
<LayoutTable :data="tableData" :config="tableConfig"> <LayoutTable :data="tableData" notDel :config="tableConfig">
</LayoutTable> </LayoutTable>
...@@ -83,4 +83,4 @@ ...@@ -83,4 +83,4 @@
}; };
} }
}; };
</script> </script>
\ No newline at end of file
...@@ -245,6 +245,13 @@ ...@@ -245,6 +245,13 @@
</trim> </trim>
<include refid="_orderCols_"/> <include refid="_orderCols_"/>
</select> </select>
<!-- 获取子节点 -->
<select id="selectChildrenMenuById" parameterType="String" resultMap="MenuEntity-Map">
select * from mortals_xhx_menu as a where find_in_set(#{menuId}, ancestors)
</select>
<!-- 获取 --> <!-- 获取 -->
<select id="getListCount" parameterType="paramDto" resultType="int"> <select id="getListCount" parameterType="paramDto" resultType="int">
select count(1) select count(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment