|
|
@ -315,8 +315,10 @@ const basicFormRef = ref() |
|
|
|
// } |
|
|
|
/** 使用决策操作操作 */ |
|
|
|
const formRef = ref() |
|
|
|
const rowData = ref() |
|
|
|
const openUseForm = async (type: string, row?: number) => { |
|
|
|
tableData.value = [] // 重置明细数据 |
|
|
|
rowData.value = row |
|
|
|
formRef.value.open(type, row) |
|
|
|
} |
|
|
|
|
|
|
@ -393,6 +395,7 @@ const submitForm = async (formType, data) => { |
|
|
|
message.success(t('common.updateSuccess')) |
|
|
|
} |
|
|
|
formRef.value.dialogVisible = false |
|
|
|
handleOrderPub(rowData.value ) |
|
|
|
// 刷新当前列表 |
|
|
|
getList() |
|
|
|
} finally { |
|
|
|