【修改】字数在1000 删除草稿增加参数
This commit is contained in:
@@ -266,6 +266,11 @@ export default {
|
||||
return JSON.parse(item)
|
||||
})
|
||||
}
|
||||
if (this.$route.query.isDraft) {
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.processFormRef.clearValidate()
|
||||
})
|
||||
}
|
||||
},
|
||||
immediate: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user