Ver Fonte

1. 优化

MONSTER-ygh há 1 mês atrás
pai
commit
3598c25642
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/order/groupBuyingMr/dialog/editBox.vue

+ 2 - 2
src/views/order/groupBuyingMr/dialog/editBox.vue

@@ -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");