|
|
@@ -64,7 +64,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
- <div style="margin: 6px 0 24px;border-top: 1px dashed #EEEEEE; ;"></div>
|
|
|
+ <div style="margin: 6px 0 24px;border-top: 1px dashed #EEEEEE;"></div>
|
|
|
<div >
|
|
|
<el-button type="primary" @click="add(ruleFormRef)">
|
|
|
<el-icon>
|
|
|
@@ -403,15 +403,12 @@ const getUserList = () => {
|
|
|
})
|
|
|
};
|
|
|
const editor = (item: any) => {
|
|
|
- console.log(item)
|
|
|
router.push({
|
|
|
path: "/personnel/member/memberMessage",
|
|
|
query: {
|
|
|
id: item.userId
|
|
|
}
|
|
|
})
|
|
|
- // pageInfo.pageNum=item.pageNum
|
|
|
- // pageInfo.pageSize=item.pageSize
|
|
|
};
|
|
|
const router = useRouter()
|
|
|
const add = (formEl: FormInstance | undefined) => {
|