Explorar el Código

销售订单同步按钮 改接口

liuchaohui hace 2 años
padre
commit
d79c05b674
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/orderList.vue

+ 1 - 1
src/views/order/orderList.vue

@@ -280,7 +280,7 @@ export default {
     // 同步
     synchronization() {
       this.$nextTick(() => {
-        var id = 1570672855704420354
+        var id = "1570672855704420354"
         syncy({id}).then(res => {
           if (res.success) {
             this.getOrderList();