|
@@ -199,6 +199,7 @@ const open = (row) => {
|
|
//获得工序
|
|
//获得工序
|
|
function getProcess() {
|
|
function getProcess() {
|
|
form.value.technologicalProcessId = null
|
|
form.value.technologicalProcessId = null
|
|
|
|
+ form.value.technologicalProcessDetailId = null
|
|
getDayworkWasteProcessList({id:detailInfo.value.id,deptId:form.value.deptId}).then(response => {
|
|
getDayworkWasteProcessList({id:detailInfo.value.id,deptId:form.value.deptId}).then(response => {
|
|
if(response.data && response.data.length > 0){
|
|
if(response.data && response.data.length > 0){
|
|
tempList.value = response.data
|
|
tempList.value = response.data
|