Explorar el Código

结束时间可选范围调整。

lvxinghai hace 4 años
padre
commit
23e83ac6de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/creatingSituations/components/checkPlan.vue

+ 1 - 1
pages/creatingSituations/components/checkPlan.vue

@@ -100,7 +100,7 @@
 				const {checkList, checkedItem} = this.checkPlan;
 				let date = '';
 				if(checkList.length>0) {
-					date = getNewData(checkList[checkList.length-1], checkedItem.model)
+					date = getNewData(checkList[checkList.length-1], checkedItem.model-1)
 				} else {
 					date = this.start;
 				}