| | |
| | | </el-form-item> |
| | | <el-form-item label="工种:" prop="workTypeObj"> |
| | | <el-select v-model="form.workTypeObj" filterable placeholder="请选择" style="width: 100%"> |
| | | <el-option v-for="item in workTypeList" :key="item.id" :label="item.name" |
| | | :value="{ value: item.id, label: item.name }"> |
| | | <el-option v-for="item in workTypeList" :key="item.ID" :label="item.workName" |
| | | :value="{ value: item.ID, label: item.workName }"> |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | |
| | | this.getData() |
| | | }, |
| | | shutdown() { |
| | | this.pagerOptions.currPage = 1 |
| | | this.getData(); |
| | | }, |
| | | // 新建 |
| | |
| | | this.getData() |
| | | }, |
| | | shutdown() { |
| | | this.pagerOptions.currPage = 1 |
| | | this.getData(); |
| | | }, |
| | | // 新建 |