【修改】字数在1000 删除草稿增加参数

This commit is contained in:
zhoulingpo
2023-05-16 14:35:20 +08:00
parent f69ea4a22a
commit aeaad5b86d
4 changed files with 9 additions and 4 deletions
@@ -266,6 +266,11 @@ export default {
return JSON.parse(item)
})
}
if (this.$route.query.isDraft) {
this.$nextTick(()=>{
this.$refs.processFormRef.clearValidate()
})
}
},
immediate: true
}