派工单编辑页 根据工艺路线优化

dev
qiuhongwu 4 months ago
parent 654f4cb634
commit 8633609cba

@ -193,15 +193,19 @@ const submitForm = () => {
}
dialogVisible.value = false
// console.log(multipleSelection.value);
//
emit('success', multipleSelection.value)
}
/** 打开弹窗 */
const open = async (id) => {
multipleSelection.value=[]
queryParams.processId = id
multipleSelection.value = []
if (id == null) {
queryParams.processId = 0
} else {
queryParams.processId = id
}
getList()
dialogTitle.value = t('common.selectText')
dialogVisible.value = true

Loading…
Cancel
Save