|
@@ -277,7 +277,6 @@ export default {
|
|
// val = JSON.parse(JSON.stringify(val));
|
|
// val = JSON.parse(JSON.stringify(val));
|
|
let nodes = this.$refs.timeCas.getCheckedNodes(true);
|
|
let nodes = this.$refs.timeCas.getCheckedNodes(true);
|
|
val = nodes[0].data;
|
|
val = nodes[0].data;
|
|
- console.log(val, "---");
|
|
|
|
this.updateObj.val0 = val.startTime;
|
|
this.updateObj.val0 = val.startTime;
|
|
this.updateObj.val1 = val.endTime;
|
|
this.updateObj.val1 = val.endTime;
|
|
// this.yearsVal = val.quarter;
|
|
// this.yearsVal = val.quarter;
|