fix registry ability patch isUpload
This commit is contained in:
parent
0f0812dd0a
commit
0ef46feabc
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ async function isUploadFn(id: string) {
|
||||||
await http
|
await http
|
||||||
.patch(config.API.profileNewHonorById(id, empType.value), {
|
.patch(config.API.profileNewHonorById(id, empType.value), {
|
||||||
isUpload: fileUpload.value ? true : false,
|
isUpload: fileUpload.value ? true : false,
|
||||||
isDate: declHonorForm.isDate === "true" ? true : false,
|
// isDate: declHonorForm.isDate === "true" ? true : false,
|
||||||
})
|
})
|
||||||
.then(async (res) => {})
|
.then(async (res) => {})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue