Commit 07ea6e83 authored by dragondean@qq.com's avatar dragondean@qq.com

创建报价单后重置数据少了一个商品项

parent 3ba9ef37
......@@ -1045,6 +1045,7 @@ export default {
this.routerList = []
this.$nextTick(() => {
console.log('清理表单校验和路线')
this.addProduct()
this.$refs.form.clearValidate()
})
this.$modal.msgSuccess(this.$t("新增成功"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment