feat: 问题管理
This commit is contained in:
parent
30987c8a05
commit
1a65ce3222
@ -21,7 +21,6 @@
|
||||
autofocus
|
||||
:maxlength="maxlength || '-'"
|
||||
:show-word-limit="maxlength ? true : false"
|
||||
@keydown.enter="submit"
|
||||
></el-input>
|
||||
</div>
|
||||
|
||||
@ -76,7 +75,7 @@ function submit() {
|
||||
loading.value = false
|
||||
}, 200)
|
||||
}
|
||||
function editNameHandle(row: any) {
|
||||
function editNameHandle() {
|
||||
writeValue.value = props.data
|
||||
isEdit.value = true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user