|
@@ -815,7 +815,7 @@ export default {
|
|
saveSell(this.form.id).then(res => {
|
|
saveSell(this.form.id).then(res => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
this.$message.success("生成成功");
|
|
this.$message.success("生成成功");
|
|
- this.getDetail(this.detailData.id);
|
|
|
|
|
|
+ this.getDetail(this.form.id);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
});
|
|
});
|