Browse Source

1. 优化

MONSTER-ygh 11 tháng trước cách đây
mục cha
commit
37bfde95ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/order/orderMr/index.vue

+ 1 - 1
src/views/order/orderMr/index.vue

@@ -415,7 +415,7 @@ export default {
   },
   created() {
     this.$set(this.queryParams,'performDate',[moment().format("yyyy-MM-DD"),moment().format("yyyy-MM-DD")])
-    this.pagePerformTimeListFun(this.queryParams.performDate)
+    //this.pagePerformTimeListFun(this.queryParams.performDate)
     this.getList();
   },
   mounted() {