fix : 修复项目归档中附件上传问题
This commit is contained in:
@@ -97,7 +97,7 @@ const getTagsOption = () => {
|
||||
const handleSearch = () => {
|
||||
let params = {
|
||||
targetId: route.query.id,
|
||||
targetState: "30"
|
||||
targetState: "40"
|
||||
}
|
||||
if (attachment.tag) {
|
||||
tagsOption.value.forEach(item => {
|
||||
|
||||
@@ -139,8 +139,7 @@ const handleSubmit = async (instance) => {
|
||||
let params = {
|
||||
fileList: fileList.value,
|
||||
projectId: route.query.id,
|
||||
tag: formData.value.tagName,
|
||||
targetState: "30"
|
||||
targetState: "40"
|
||||
}
|
||||
let res = await uploadFileList(params)
|
||||
ElNotification({
|
||||
|
||||
Reference in New Issue
Block a user