|
@@ -596,8 +596,8 @@ export default {
|
|
|
"viewerList": this.form.viewerList,
|
|
|
"seatList": this.seatSelectList
|
|
|
}
|
|
|
- const { code } = await teamOrderReSubmitApi({ ...postForm });
|
|
|
- if (code === 200) {
|
|
|
+ const res = await teamOrderReSubmitApi({ ...postForm });
|
|
|
+ if (res.code === 200) {
|
|
|
this.loading = false;
|
|
|
this.$message.success("操作成功!");
|
|
|
this.$emit("getList");
|