提交 9e5f66b9 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 更新插件包sy-checkin

上级 67fd4ab2
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
}, },
"dependencies": { "dependencies": {
"@ibiz-template/command": "^0.0.1-syui.1", "@ibiz-template/command": "^0.0.1-syui.1",
"@ibiz-template/controller": "0.0.1-syui.24", "@ibiz-template/controller": "^0.0.1-syui.28",
"@ibiz-template/core": "0.0.1-syui.21", "@ibiz-template/core": "^0.0.1-syui.21",
"@ibiz-template/model": "0.0.1-syui.22", "@ibiz-template/model": "^0.0.1-syui.28",
"@ibiz-template/runtime": "0.0.1-syui.24", "@ibiz-template/runtime": "^0.0.1-syui.28",
"@ibiz-template/service": "0.0.1-syui.24", "@ibiz-template/service": "^0.0.1-syui.28",
"@ibiz-template/theme": "0.0.1-syui.24", "@ibiz-template/theme": "^0.0.1-syui.28",
"@ibiz-template/vue-util": "0.0.1-syui.24", "@ibiz-template/vue-util": "^0.0.1-syui.28",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"axios": "^1.1.3", "axios": "^1.1.3",
"core-js": "3", "core-js": "3",
......
...@@ -8,7 +8,6 @@ export const EditFormControl = defineComponent({ ...@@ -8,7 +8,6 @@ export const EditFormControl = defineComponent({
props: { props: {
controller: { controller: {
type: Object as PropType<EditViewController>, type: Object as PropType<EditViewController>,
required: true,
}, },
modelData: { modelData: {
type: EditFormModel, type: EditFormModel,
......
...@@ -92,6 +92,7 @@ export const FormMDCtrl = defineComponent({ ...@@ -92,6 +92,7 @@ export const FormMDCtrl = defineComponent({
modelData: form, modelData: form,
context: tempContext, context: tempContext,
params: this.c.form.params, params: this.c.form.params,
controller: this.c.form.view,
}; };
if (this.modelData.mdCtrlType === 'REPEATER') { if (this.modelData.mdCtrlType === 'REPEATER') {
formProps.simpleDataIndex = index; formProps.simpleDataIndex = index;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册