Browse Source

init

newStyle
lancer 3 years ago
parent
commit
f312989c69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/building/index.vue

+ 1
- 1
src/views/building/index.vue View File

@@ -1008,7 +1008,7 @@ export default {
});
},
// 时间改变
timeChange(e) {
timeChange(e) {
console.log(e);
this.ruleForm.startWorking = e[0];
this.ruleForm.endWorking = e[1];


Loading…
Cancel
Save