|
@@ -84,8 +84,9 @@ export default {
|
|
|
isShow(nval) {
|
|
|
if(!nval) return
|
|
|
|
|
|
+ console.log(this.info)
|
|
|
if(this.info.DataType===5) {
|
|
|
- const valueObj = JSON.parse(this.info.Value);
|
|
|
+ const valueObj = this.info.Value ? JSON.parse(this.info.Value) : {};
|
|
|
this.dateSelectForm = {
|
|
|
Type: this.info.DataTime ? 2 : 1,
|
|
|
MoveForward: valueObj.MoveForward || 0,
|