saber hace 3 años
padre
commit
d98995dc29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
           }