QuKatie 3 năm trước cách đây
mục cha
commit
716dc90c50
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/exportTrade/customerInquiry/detailsPage.vue

+ 1 - 1
src/views/exportTrade/customerInquiry/detailsPage.vue

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