修改
This commit is contained in:
@@ -235,11 +235,15 @@ export default {
|
||||
if (!form.device_bom_code) {
|
||||
this.queryClassId()
|
||||
} else {
|
||||
this.getSubTypes(form.material_type_id)
|
||||
const data = {}
|
||||
data.id = form.material_type_id
|
||||
data.goal_id = '1503644361789935616'
|
||||
this.getSubTypes(data)
|
||||
}
|
||||
},
|
||||
getSubTypes(id) {
|
||||
crudClassstandard.getClassSuperior(id).then(res => {
|
||||
debugger
|
||||
crudClassstandard.getClassSuperior2(id).then(res => {
|
||||
debugger
|
||||
const date = res.content
|
||||
this.buildClass(date)
|
||||
|
||||
Reference in New Issue
Block a user