材料站优化
This commit is contained in:
parent
f66c81d03b
commit
499eb70620
|
|
@ -564,6 +564,8 @@ const changeProd = async (e) => {
|
|||
console.log('🚀 ~ changeProd ~ e:', e)
|
||||
formData.proId = e
|
||||
formData.projectId = prodRange.value.find((item) => item.proId == e)?.projectId
|
||||
formData.teamId = null
|
||||
formData.leasePerson = ''
|
||||
console.log('xxxxxxxxxxxxxxxxxxxxxx', formData.projectId)
|
||||
tableData.value = []
|
||||
if (formData.pickType == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue