|  | @@ -58,13 +58,14 @@ export default {
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      getDef() {
 | 
	
		
			
				|  |  |        const params = { ...this.cObj }
 | 
	
		
			
				|  |  | +      params.module_type = this.parentData.curNavVal || ''
 | 
	
		
			
				|  |  |        this.formData = [
 | 
	
		
			
				|  |  |          { label: '所属模块', key: 'module_type', rules: 1, type: 'select', options: this.$dictData.module_type },
 | 
	
		
			
				|  |  | -        { label: '排序', key: 'sort', rules: 1 },
 | 
	
		
			
				|  |  |          { label: '所属楼盘', key: 'estate_id', rules: 1, type: 'selectRemote', changeHandle: this.deviceChange,
 | 
	
		
			
				|  |  |            remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
 | 
	
		
			
				|  |  |            remoteOptions: [{ keyRO: params.estate_name, valRO: params.estate_id }]
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  | +        { label: '排序', key: 'sort' },
 | 
	
		
			
				|  |  |        ]
 | 
	
		
			
				|  |  |        this.setDefaultValue(params)
 | 
	
		
			
				|  |  |      },
 |