|
|
|
|
@ -65,7 +65,7 @@ |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="(item, index) in platingTypeList" |
|
|
|
|
:label="item.plateType" |
|
|
|
|
:label="item.name" |
|
|
|
|
:value="item.id" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
@ -343,6 +343,7 @@ import { |
|
|
|
|
update, |
|
|
|
|
getDetail, |
|
|
|
|
getProcessAbilityList, |
|
|
|
|
getPlatingList |
|
|
|
|
} from '@/api/processManagement/processTemplate'; |
|
|
|
|
import { getProject, getStandardList,getCraftAbilityList } from '@/api/processManagement/taskProcessing'; |
|
|
|
|
import { getList } from '@/api/processManagement/basicProcesses'; |
|
|
|
|
@ -656,7 +657,7 @@ export default { |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
getProcessesTeams() { |
|
|
|
|
getProcessesTeams({ current: 1, size: 99999 }).then(res => { |
|
|
|
|
getPlatingList().then(res => { |
|
|
|
|
this.platingTypeList = res.data.data; |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|