提交 49ff1dae authored 作者: hejie's avatar hejie

feat: 合并代码

上级 6e1e3b2a
......@@ -20,6 +20,8 @@ type ResultTable = {
/** 当前页数 */
currentPage?: number;
};
// [propName: string]: any;
data?: any;
};
/** 获取系统管理-角色管理列表 */
......
......@@ -133,8 +133,6 @@ export function useDept() {
beforeSure: (done, { options }) => {
const FormRef = formRef.value.getRef();
const curData = options.props.formInline as FormItemProps;
console.log("row.id", row.id);
function chores() {
message(`您${title}了部门名称为${curData.name}的这条数据`, {
type: "success"
......
......@@ -15,9 +15,9 @@ import { type Ref, reactive, ref, onMounted, h, toRaw, watch } from "vue";
export function useRole(treeRef: Ref) {
const form = reactive({
// name: "",
// code: "",
// status: ""
name: "",
code: "",
status: "",
pageNum: 1,
pageSize: 10
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论