Browse Source

记录任务使用决策保存之后直接打开发布

linshi20240813
zhang_li 3 months ago
parent
commit
d688a43db6
  1. 3
      src/views/qms/inspectionRecord/index.vue

3
src/views/qms/inspectionRecord/index.vue

@ -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 {

Loading…
Cancel
Save