Accept Merge Request #113: (hyc -> master)
Merge Request: 【修改】文件操作选中的时候附带文件/文件夹的属性 Created By: @华允传 Accepted By: @华允传 URL: https://g-iswv8783.coding.net/p/education/d/pengchen-ui-exam-vue3/git/merge/113?initial=true
This commit is contained in:
@@ -533,6 +533,7 @@ const handleFileNodeClick = (data) => {
|
||||
const fullPath = pathArray.join('\\')
|
||||
if (currentEditingRow.value) {
|
||||
currentEditingRow.value.content = fullPath
|
||||
currentEditingRow.value.attribute = data.attribute || ''
|
||||
}
|
||||
fileTreeDialogVisible.value = false
|
||||
}
|
||||
@@ -600,7 +601,8 @@ async function confirmKao() {
|
||||
content: item.content,
|
||||
quId:kaodianData.value.quId,
|
||||
contentIn:item.contentIn,
|
||||
scoreRate:item.scoreRate
|
||||
scoreRate:item.scoreRate,
|
||||
attribute:item.attribute
|
||||
}));
|
||||
const payload = {
|
||||
quId:kaodianData.value.quId,
|
||||
|
Reference in New Issue
Block a user