Ver código fonte

分时控制设置bug

xiaohaizhao 1 ano atrás
pai
commit
eb0e10f2dd

+ 1 - 1
control/components/prodnum-MT03/modules/division.vue

@@ -128,7 +128,7 @@ export default {
             this.list = list;
             this.list = list;
         },
         },
         onClick(item) {
         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));
             if (this.changeItem.funcname != item.funcname) this.changeItem = JSON.parse(JSON.stringify(item));
             let toBeUpdated = [];
             let toBeUpdated = [];
             if (item.paramValue.begin) toBeUpdated.push(`开始时间:${item.paramValue.begin}`);
             if (item.paramValue.begin) toBeUpdated.push(`开始时间:${item.paramValue.begin}`);