|
@@ -56,7 +56,7 @@
|
|
|
</a-select-option>
|
|
|
</a-select>
|
|
|
</a-form-item>
|
|
|
- <a-form-item
|
|
|
+ <!-- <a-form-item
|
|
|
label="设备类型"
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
|
:wrapperCol="BaseTool.Constant.wrapperCol"
|
|
@@ -72,8 +72,8 @@
|
|
|
placeholder="请选择"
|
|
|
>
|
|
|
</a-tree-select>
|
|
|
- </a-form-item>
|
|
|
-<!-- <a-form-item
|
|
|
+ </a-form-item>-->
|
|
|
+ <!-- <a-form-item
|
|
|
label="所属型号"
|
|
|
:labelCol="BaseTool.Constant.labelCol"
|
|
|
:wrapperCol="BaseTool.Constant.wrapperCol"
|
|
@@ -144,12 +144,12 @@ export default {
|
|
|
this.delFlagMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.DELFLAG)
|
|
|
},
|
|
|
methods: {
|
|
|
- modelTypeChange (value) {
|
|
|
+ /* modelTypeChange (value) {
|
|
|
console.log(value)
|
|
|
querySbInfo({ typeId: value }).then(res => {
|
|
|
this.modelList = res.data
|
|
|
})
|
|
|
- },
|
|
|
+ }, */
|
|
|
base (record) {
|
|
|
this.setTree(record)
|
|
|
this.visible = true
|
|
@@ -222,11 +222,11 @@ export default {
|
|
|
fetchSbTypeTree().then(res => {
|
|
|
this.sbTypeTreeData = res.data
|
|
|
})
|
|
|
- if (record.modelType != null) {
|
|
|
+ /* if (record.modelType != null) {
|
|
|
querySbInfo({ typeId: record.modelType }).then(res => {
|
|
|
this.modelList = res.data.rows
|
|
|
})
|
|
|
- }
|
|
|
+ } */
|
|
|
}
|
|
|
|
|
|
}
|