This commit is contained in:
2024-07-09 16:46:43 +08:00
21 changed files with 2043 additions and 48 deletions

View File

@@ -450,6 +450,7 @@ export default {
this.$message.error("请输入标签名称");
return false;
}
this.addForm.content = ''
await this.$refs[formName].validate(async valid => {
if (valid) {
await this.$http({