소스 검색

fix: 成本调查表固定表模板下载跟数据上传

shiyanyu 1 개월 전
부모
커밋
f1b1147fca
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/EntDeclaration/auditTaskManagement/components/CostSurveyTab.vue

+ 2 - 2
src/views/EntDeclaration/auditTaskManagement/components/CostSurveyTab.vue

@@ -181,7 +181,7 @@
               type="text"
               size="small"
               :disabled="isViewMode"
-              @click="$emit('handle-template-download', scope.row)"
+              @click="handleDataDownload(scope.row)"
             >
               模版下载
             </el-button>
@@ -189,7 +189,7 @@
               type="text"
               size="small"
               :disabled="isViewMode"
-              @click="$emit('handle-data-upload', scope.row)"
+              @click="handleDataUpload(scope.row)"
             >
               数据上传
             </el-button>