thisformvalue1pushthisformstartTime;Uncaught in promise TypeError Cannot read properties of undefined reading push代码有什么问题
这段代码中,this.form.value1 未被定义,因此无法执行 push() 方法。需要确认 this.form.value1 是否已经初始化。如果未初始化,需要先将其定义为一个空数组,例如:this.form.value1 = []。
原文地址: http://www.cveoy.top/t/topic/g1Al 著作权归作者所有。请勿转载和采集!