| | |
| | | # 本地环境 |
| | | ENV = 'development' |
| | | |
| | | VITE_API_URL = 'http://192.168.0.35:8008' |
| | | #VITE_API_URL = 'http://192.168.0.35:8008' |
| | | #李宇飞接口地址 |
| | | |
| | | #VITE_API_URL = 'http://192.168.0.50:8008' |
| | |
| | | #VITE_API_URL = 'http://192.168.0.69:8008' |
| | | #戚会山接口地址 |
| | | |
| | | #VITE_API_URL = 'http://121.239.169.27:16006/safeplatform' |
| | | VITE_API_URL = 'http://121.239.169.27:16006/safeplatform' |
| | | #线上正式环境接口地址 |
| | | |
| | | #VITE_API_URL_OUT = 'http://121.239.169.27:16006/safeplatform-out' |
| | |
| | | import type { FormInstance, FormRules } from 'element-plus' |
| | | import { teamManageApi } from '/@/api/systemManage/basicDateManage/personShiftManage/teamManage'; |
| | | import { materialApi } from '/@/api/specialWorkSystem/material'; |
| | | import {a} from "pinia-plugin-persistedstate/dist/types-374a3a36"; |
| | | |
| | | |
| | | // 定义接口来定义对象的类型 |
| | | interface stateType { |
| | |
| | | { id: 3, name: '分析人' } |
| | | ], |
| | | auditTypeList: [ |
| | | { id: 0, name: '单审' }, |
| | | { id: 1, name: '会审' }, |
| | | { id: 1, name: '单审' }, |
| | | { id: 2, name: '会审' }, |
| | | ], |
| | | approveTypeList: [ |
| | | { id: 1, name: '数值' }, |
| | |
| | | :value="item.id" |
| | | /> |
| | | </el-select> |
| | | |
| | | <el-button type="primary" @click="searchRecord">查询</el-button> |
| | | <el-button plain @click="clearSearch">重置</el-button> |
| | | </div> |