Browse Source

九方优化

saber 3 năm trước cách đây
mục cha
commit
d98995dc29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/BidSystem/ProductDeOrder/list.vue

+ 1 - 1
src/views/BidSystem/ProductDeOrder/list.vue

@@ -289,7 +289,7 @@ export default {
         },
       })
         .then((res) => {
-          if(res.state=200){
+          if(res.code==200){
               this.$Message.success(res.msg);
               this.getData(this.proxyObj);
           }