Эх сурвалжийг харах

fix: the newly added program cannot be edited directly

Casper Dai 3 жил өмнө
parent
commit
7207b6594a

+ 1 - 1
src/views/bigscreen/ProgramDesigner.vue

@@ -180,7 +180,7 @@ export default {
         this.active = `${State.READY}`
         this.$refs.table.resetCondition({ status: State.READY, name: this.program.name })
         setTimeout(() => {
-          this.$viewProgram(id)
+          this.$viewProgram(id, 'design')
         }, 500)
       })
     },