|
@@ -52,7 +52,7 @@
|
|
|
|
|
|
|
|
<!-- 部门 -->
|
|
<!-- 部门 -->
|
|
|
<el-form-item label="部门">
|
|
<el-form-item label="部门">
|
|
|
- <el-input v-model="searchFormDataTable.deptName" placeholder="请输入部门" clearable />
|
|
|
|
|
|
|
+ <DeptSelect v-model="searchFormDataTable.deptId" placeholder="请选择部门" clearable />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
|
|
<!-- 区域 -->
|
|
<!-- 区域 -->
|
|
@@ -350,6 +350,7 @@ import EquipBoilerForm from '@/components/EquipBoilerForm/index.vue'
|
|
|
import EquipPipeForm from '@/components/EquipPipeForm/index.vue'
|
|
import EquipPipeForm from '@/components/EquipPipeForm/index.vue'
|
|
|
import BatchEditForm from './components/batchEditForm.vue'
|
|
import BatchEditForm from './components/batchEditForm.vue'
|
|
|
import AreaSelect from '@/views/system/equipcontainer/components/AreaSelect.vue'
|
|
import AreaSelect from '@/views/system/equipcontainer/components/AreaSelect.vue'
|
|
|
|
|
+import DeptSelect from '@/views/pressure2/pipescheduling/components/DeptSelect.vue'
|
|
|
import { getStrDictOptions, getDictLabel, DICT_TYPE } from '@/utils/dict'
|
|
import { getStrDictOptions, getDictLabel, DICT_TYPE } from '@/utils/dict'
|
|
|
import FetchApis from './index.api'
|
|
import FetchApis from './index.api'
|
|
|
import { cloneDeep } from 'lodash-es'
|
|
import { cloneDeep } from 'lodash-es'
|
|
@@ -387,7 +388,7 @@ const searchFormDataTable = ref({
|
|
|
equipCode: '',
|
|
equipCode: '',
|
|
|
equipDistrict: '',
|
|
equipDistrict: '',
|
|
|
contactPhone: '',
|
|
contactPhone: '',
|
|
|
- deptName: '',
|
|
|
|
|
|
|
+ deptId: '',
|
|
|
useRegisterNo: ''
|
|
useRegisterNo: ''
|
|
|
})
|
|
})
|
|
|
|
|
|
|
@@ -665,7 +666,7 @@ const handleReset = () => {
|
|
|
equipCode: '',
|
|
equipCode: '',
|
|
|
equipDistrict: '',
|
|
equipDistrict: '',
|
|
|
contactPhone: '',
|
|
contactPhone: '',
|
|
|
- deptName: '',
|
|
|
|
|
|
|
+ deptId: '',
|
|
|
useRegisterNo: ''
|
|
useRegisterNo: ''
|
|
|
}
|
|
}
|
|
|
getListPageFn()
|
|
getListPageFn()
|