Prechádzať zdrojové kódy

复制协议筛选时间

yaoyao 1 rok pred
rodič
commit
669d4b3874

+ 2 - 2
src/views/AgreementManage/CarInsurance/AgreementProductFee.vue

@@ -578,7 +578,7 @@
 
           <el-form-item label="费用日期">
             <el-date-picker style="width: 100%;" v-model="productcopyDate" type="daterange" value-format="yyyy-MM-dd"
-              range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" @change="costsEndDateChange1">
+              range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" @change="costsEndDateChange2">
             </el-date-picker>
           </el-form-item>
           <el-form-item label="费用描述">
@@ -1325,7 +1325,7 @@ export default {
           this.productcopyItemResult = res;
         });
     },
-    costsEndDateChange1(e) {
+    costsEndDateChange2(e) {
       this.productcopyItemPageRequest.costsStartDate = e[0];
       this.productcopyItemPageRequest.costsEndDate = e[1];
     },