feat: There is no way the, BUG #52123

This commit is contained in:
super_liu
2022-03-26 21:16:37 +08:00
parent 7c0d1e5cc7
commit a732d9fe1a
2 changed files with 8 additions and 0 deletions
@@ -1477,6 +1477,10 @@
};
this.form.modelData.push(list);
this.$message.success("新增成功!")
this.showForm.modelNum = ""
this.showForm.modelUpdBefore = ""
this.showForm.modelUpdAfter = ""
this.showForm.modelContent = ""
}
})
},
@@ -1642,6 +1642,10 @@
};
this.form.modelData.push(list);
this.$message.success("新增成功")
this.showForm.modelNum = ""
this.showForm.modelUpdBefore = ""
this.showForm.modelUpdAfter = ""
this.showForm.modelContent = ""
}
})
},