fix : 修复项目实施附件查询及上传功能、代码文件优化

This commit is contained in:
2024-06-03 15:39:22 +08:00
parent 1ee92f698e
commit abe80eafdc
21 changed files with 86 additions and 1164 deletions

View File

@@ -131,7 +131,7 @@ const tableConfig = reactive({
<el-button type="danger" v-perm={auths.del} link onClick={()=>handleDel(row)}>删除</el-button> :
null
}
</div>
)
}
@@ -166,7 +166,7 @@ const search = (val) => {
const handleAdd = () => {
router.push({
path: '/system/useradd',
name: 'Useradd',
query: {
isAdd: 1
}
@@ -175,7 +175,7 @@ const handleAdd = () => {
const handleEdit = (row) => {
router.push({
path: '/system/useredit',
name: 'Useredit',
query: {
id: row.userId,
userType: row.userType
@@ -189,7 +189,7 @@ const handleDel = (row) => {
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(async res => {
// const { code } = await
// const { code } = await
}).catch(()=>{})
}
@@ -203,4 +203,4 @@ const headBtnClick = (key) => {
<style lang="scss" scoped>
</style>
</style>