Browse Source

basicform 修改 标题参数

master_hella_20240701
陈薪名 7 months ago
parent
commit
892fdacc99
  1. 4
      src/components/BasicForm/src/BasicForm.vue

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

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

Loading…
Cancel
Save