| | |
| | | // BASE_API: '"http://192.168.0.35:8006"', |
| | | // IMG_API: '"http://192.168.0.35:8006/upload/"', |
| | | |
| | | BASE_API: '"http://192.168.0.8:8006"', |
| | | IMG_API: '"http://192.168.0.8:8006/upload/"', |
| | | // BASE_API: '"http://192.168.0.8:8006"', |
| | | // IMG_API: '"http://192.168.0.8:8006/upload/"', |
| | | |
| | | // BASE_API: '"http://192.168.0.35:8006"', |
| | | // IMG_API: '"http://192.168.0.35:8006/upload/"', |
| | | BASE_API: '"http://192.168.0.35:8006"', |
| | | IMG_API: '"http://192.168.0.35:8006/upload/"', |
| | | // BASE_API: '"http://192.168.0.62:8006"', |
| | | // IMG_API: '"http://192.168.0.62:8006/upload/"', |
| | | // BASE_API: '"http://222.92.213.22:8006/zhongtai"', |
| | |
| | | riskMeasureDesc: [{ required: true, message: '管控方式描述不能为空', trigger: 'blur' }], |
| | | classify1: [{ required: true, message: '管控措施分类1不能为空', trigger: 'change' }], |
| | | classify2: [{ required: true, message: '管控措施分类2不能为空', trigger: 'change' }], |
| | | classify3: [{ required: true, message: '管控措施分类3不能为空', trigger: 'blur' }], |
| | | troubleshootContent: [{ required: true, message: '隐患排查内容不能为空', trigger: 'change' }], |
| | | timeEffect: [{ required: true, message: '周期不能为空', trigger: 'blur' }], |
| | | timeUnit: [{ required: true, message: '单位不能为空', trigger: 'change' }], |
| | |
| | | <el-option |
| | | v-for="item in departmentList" |
| | | :key="item.id" |
| | | :value="item.department" |
| | | :value="item.id" |
| | | :label="item.department" |
| | | > |
| | | </el-option> |