549c0152 by fanguang

Merge branch 'develop-fan' into develop

2 parents 940c0d59 b01d5ddb
......@@ -565,7 +565,7 @@ const drawerInfo: any = ref({
btns: [
{ type: 'default', label: '取消', value: 'cancel' },
{ type: 'primary', label: '保存', value: 'submit' },
{ type: 'primary', label: '保存并添加数据', value: 'saveAndAdd', visible: true },
{ type: 'primary', label: '保存并添加数据', value: 'submit', visible: true },
]
},
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!