This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
newStyle
lancer
3 years ago
parent
5149dd3f8a
commit
f312989c69
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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];
Write
Preview
Loading…
Cancel
Save