|
@@ -233,11 +233,7 @@ const processDefaultData = [{ id: 0, fixedFlowName: '自定义流程', disabled:
|
|
const getProcessDatasApi = () => {
|
|
const getProcessDatasApi = () => {
|
|
if (isShow.value) {
|
|
if (isShow.value) {
|
|
const type = isTypes.value
|
|
const type = isTypes.value
|
|
- // if (type === 'first' || type === 'log' || type === 'wbs') {
|
|
|
|
- // queryFixedFlowApi(type, typeDatas.value)
|
|
|
|
- // }
|
|
|
|
- //日志填报先不调这个接口
|
|
|
|
- if (type === 'first' || type === 'wbs') {
|
|
|
|
|
|
+ if (type === 'first' || type === 'log' || type === 'wbs') {
|
|
queryFixedFlowApi(type, typeDatas.value)
|
|
queryFixedFlowApi(type, typeDatas.value)
|
|
} else if (type === 'query') {
|
|
} else if (type === 'query') {
|
|
getProcessData(type, typeDatas.value)
|
|
getProcessData(type, typeDatas.value)
|