Browse Source

basicform 添加标题参数

master_hella_20240701
陈薪名 9 months ago
parent
commit
ae5efb39db
  1. 4
      src/components/BasicForm/src/BasicForm.vue

4
src/components/BasicForm/src/BasicForm.vue

@ -359,9 +359,9 @@ const searchTableSuccess = (formField, searchField, val, type, row) => {
}
/** 打开弹窗 */
const open = async (type: string, row?: any, masterParmas?: any) => {
const open = async (type: string, row?: any, masterParmas?: any, titleName?: any) => {
dialogVisible.value = true
dialogTitle.value = t('action.' + type)
dialogTitle.value = t('action.' + titleName)
formType.value = type
resetForm()
//

Loading…
Cancel
Save