mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-06-22 09:59:56 +08:00
初步完成库文件打包配置。
This commit is contained in:
@ -192,7 +192,7 @@
|
||||
return
|
||||
}
|
||||
|
||||
eventBus.$on('setFormData', function (newFormData) {
|
||||
eventBus.$on('setFormData', (newFormData) => {
|
||||
this.initRowIdData(false)
|
||||
this.initFieldSchemaData()
|
||||
|
||||
|
Reference in New Issue
Block a user