|
@@ -181,15 +181,6 @@ export default {
|
|
|
{
|
|
|
label: "设备地址",
|
|
|
prop: "deviceAddress",
|
|
|
- dicData:[],
|
|
|
- dataType: "string",
|
|
|
- type: "cascader",
|
|
|
- props: {
|
|
|
- label: 'name',
|
|
|
- value: 'name'
|
|
|
- },
|
|
|
- filterable: true,
|
|
|
- minWidth: 250,
|
|
|
span: 12,
|
|
|
rules: [
|
|
|
{
|
|
@@ -324,7 +315,7 @@ export default {
|
|
|
// 获取下拉字典
|
|
|
getAllWorkDicts() {
|
|
|
// 获取地址信息
|
|
|
- this.findObject(this.option.column, "deviceAddress").dicData = JSON.parse(localStorage.getItem('areaTypeTree'))
|
|
|
+ // this.findObject(this.option.column, "deviceAddress").dicData = JSON.parse(localStorage.getItem('areaTypeTree'))
|
|
|
// 获取维修工信息
|
|
|
yhgetList().then(res=>{
|
|
|
this.findObject(this.option.column, "maintenanceWorkerId").dicData = res.data.data.records
|