fix : 修复项目实施附件查询及上传功能、代码文件优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user