Sfoglia il codice sorgente

重新加载列表

skyblued 3 anni fa
parent
commit
5b6f476208
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      src/views/goods-order/index.tsx

+ 2 - 3
src/views/goods-order/index.tsx

@@ -136,9 +136,8 @@ export default defineComponent({
           { params: { orderId: item.id } }
         )
         if (res.code === 200) {
-          item.status = 3
-          // this.init()
-          // this.getList()
+          this.init()
+          this.getList()
         }
       }
     }