|
@@ -383,11 +383,8 @@ export default {
|
|
//根据业务属性获取业务阶段
|
|
//根据业务属性获取业务阶段
|
|
getStageData(type) {
|
|
getStageData(type) {
|
|
let that = this
|
|
let that = this
|
|
- let params = {}
|
|
|
|
- if (type !== 'nddwkplc') {
|
|
|
|
- params = {
|
|
|
|
- type: '3'
|
|
|
|
- }
|
|
|
|
|
|
+ let params = {
|
|
|
|
+ type: '3'
|
|
}
|
|
}
|
|
apiGetbinstageList(params).then(datas =>{
|
|
apiGetbinstageList(params).then(datas =>{
|
|
if (datas && datas.data) {
|
|
if (datas && datas.data) {
|