diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue index c6e0fbd..c742ca8 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue @@ -14,10 +14,6 @@ {{ $t('workCenter.regulatoryComplianceCheckProcess.manualAddition') }} - - - {{ $t('delete') }} - {{ $t('workCenter.regulatoryComplianceCheckProcess.salvageListTemplateDownload') }} @@ -631,16 +627,6 @@ export default { this.$emit('processNameChange', (result.standardNumber || '') + '-' + (result.standardName || '') + '-' + '法规符合性排查') this.$forceUpdate() }, - // 删除 - handleStandardDelete () { - this.$confirm({ - title: this.$t('confirmDeletion'), - content: this.$t('areYouSure'), - onOk: () => { - this.standardDataSource = [] - } - }) - }, // 下载分解单上传模板 salvageListTemplateDownload (fileName, fileSuffix = '.xls') { if (!fileName || typeof fileName !== 'string') {