Procházet zdrojové kódy

分时控制设置bug

xiaohaizhao před 1 rokem
rodič
revize
eb0e10f2dd

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

@@ -128,7 +128,7 @@ export default {
             this.list = list;
         },
         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}`);