|
@@ -281,6 +281,19 @@ export default {
|
|
|
timeChange(val) {
|
|
timeChange(val) {
|
|
|
// console.log(val);
|
|
// console.log(val);
|
|
|
this.formState = { ...val };
|
|
this.formState = { ...val };
|
|
|
|
|
+
|
|
|
|
|
+ if(this.$route.query.isEnter!='false'){
|
|
|
|
|
+
|
|
|
|
|
+ this.formState.enterTimeEnd = this.$route.query.time.enterTimeEnd;
|
|
|
|
|
+ this.formState.enterTimeStart = this.$route.query.time.enterTimeStart;
|
|
|
|
|
+ this.formState.signingTimeEnd=''
|
|
|
|
|
+ this.formState.signingTimeStart=''
|
|
|
|
|
+ }else{
|
|
|
|
|
+ this.formState.signingTimeEnd = this.$route.query.time.signingTimeEnd;
|
|
|
|
|
+ this.formState.signingTimeStart = this.$route.query.time.signingTimeStart;
|
|
|
|
|
+ this.formState.enterTimeEnd =''
|
|
|
|
|
+ this.formState.enterTimeStart=''
|
|
|
|
|
+ }
|
|
|
this.getList();
|
|
this.getList();
|
|
|
},
|
|
},
|
|
|
getList() {
|
|
getList() {
|