|
@@ -559,7 +559,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
/** 关闭订单 */
|
|
|
- this.$confirm("修改成功后,原订单将会被取消,确认要修改吗?", '提示', {
|
|
|
+ this.$confirm("确认修改后将会生成新的订单,确认要修改吗?", '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
@@ -600,7 +600,9 @@ export default {
|
|
|
if (res.code === 200) {
|
|
|
this.loading = false;
|
|
|
this.$message.success("操作成功!");
|
|
|
- this.$emit("getList");
|
|
|
+ this.$emit("getList",{
|
|
|
+ ...res.data
|
|
|
+ });
|
|
|
this.cancel();
|
|
|
}
|
|
|
} catch (error) {
|