|
@@ -139,7 +139,7 @@ export default {
|
|
|
this.timeControl = this.__proto__.getControlItem(["TimeCon"], newVal)[0]
|
|
|
},
|
|
|
onClick(item) {
|
|
|
- this.$refs.MyInput.openInput(item)
|
|
|
+ this.$refs.MyInput.openInput(item, true)
|
|
|
if (this.changeItem.funcname != item.funcname) this.changeItem = JSON.parse(JSON.stringify(item));
|
|
|
let toBeUpdated = [];
|
|
|
if (item.paramValue.begin) toBeUpdated.push(`开始时间:${item.paramValue.begin}`);
|