@@ -145,7 +145,7 @@
>提交</el-button
>
<el-button
- v-if="isNotNeedProcess && $hasPermission('eom:common:submitrelease')"
+ v-if="isNotNeedProcess && $hasPermission('main:common:submitrelease')"
type="primary"
size="small"
@click="submit1"
@@ -192,7 +192,7 @@
},
isNotNeedProcess: {
type: Boolean,
- default: true
+ default: false
approvalStatus: {
type: Number,
@@ -508,7 +508,7 @@
@changeInquiryManageList="changeInquiryManageList"
></inquiryManageList>
<process-submit-dialog
- :isNotNeedProcess="false"
+ :isNotNeedProcess="true"
:processSubmitDialogFlag.sync="processSubmitDialogFlag"
v-if="processSubmitDialogFlag"
ref="processSubmitDialogRef"
@@ -261,7 +261,7 @@
@done="commitBtn"
/>
:isCloseRefresh="false"
@@ -570,7 +570,7 @@
@changeParent="changeProject"
></projectListDialog>
@@ -340,7 +340,7 @@
<drawer ref="drawerRef"></drawer>