瀏覽代碼

重新加载列表

skyblued 3 年之前
父節點
當前提交
5b6f476208
共有 1 個文件被更改,包括 2 次插入3 次删除
  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()
         }
       }
     }