[update] 联调企标计划立项-变更流程
This commit is contained in:
@@ -669,7 +669,6 @@ export default {
|
||||
return {
|
||||
StandardSource,
|
||||
ProjectType,
|
||||
partNameOptions: [], // 零部件名称下拉框数据
|
||||
standardSystemOptions: [], // 标准体系下拉框数据
|
||||
formInline: {},
|
||||
isFormInline: true,
|
||||
@@ -847,8 +846,6 @@ export default {
|
||||
}
|
||||
},
|
||||
created () {
|
||||
// 获取零部件名称下拉框数据
|
||||
this.initPartNameOptions()
|
||||
// 获取标准体系下拉框数据
|
||||
this.initStandardSystemOptions()
|
||||
},
|
||||
@@ -912,14 +909,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
// 获取零部件名称下拉框数据
|
||||
initPartNameOptions () {
|
||||
getFormDictTreeList({ dictId: '1696821512600637441' }).then(res => {
|
||||
if (res.success) {
|
||||
this.partNameOptions = res.result
|
||||
}
|
||||
})
|
||||
},
|
||||
// 获取标准体系下拉框数据
|
||||
initStandardSystemOptions () {
|
||||
getTreeList({ option: 1 }).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user