进度修改

This commit is contained in:
zhangdingyu
2019-03-12 16:11:41 +08:00
parent 10def64124
commit f93c2f99f5

View File

@@ -545,12 +545,12 @@ export default {
} else {
this.checkbox_number = true
}
if(this.startTime === '' || this.startTime === null) {
if (this.startTime === '' || this.startTime === null) {
this.startTime_check = 0
} else {
this.startTime_check = 1
}
if(this.endTime === '' || this.endTime === null) {
if (this.endTime === '' || this.endTime === null) {
this.endTime_check = 0
} else {
this.endTime_check = 1