需求申请报错修改

This commit is contained in:
gaoyuanwei 2022-07-21 18:00:49 +08:00
parent 0562c702fe
commit 6d318b57b2
1 changed files with 4 additions and 0 deletions

View File

@ -351,6 +351,10 @@
})
} else {
formRef.value.validate().then(() => {
const detString = String(formName.detailsField)
formName.detailsField = detString
console.log(detString, formName.detailsField, 'detString')
debugger
demandApply(formName).then((res) => {
applySuccess.value = false
message.success('操作成功!')