Browse Source

no message

ly 1 năm trước cách đây
mục cha
commit
3072a638ba
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/business/crm/order/index.vue

+ 2 - 0
src/views/business/crm/order/index.vue

@@ -314,6 +314,7 @@
     isFirstSocialSecurity: null,
     isFirstHousingFund: null,
     customerLabelId:[],
+    boss:null
   });
 
   /***********************  方法区  ****************************/
@@ -377,6 +378,7 @@
     proxy.resetForm("queryRef");
     queryParams.value.customerLabelId = [];
     queryParams.value.formDate= [];
+    queryParams.value.boss = null
     handleQuery();
   }