From 038aada592806f15d4e44b62f8b6f9e165afbcb3 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 12 四月 2023 15:13:26 +0800 Subject: [PATCH] 数据上传页面修改;资料馆,信息管理 下载添加数据申请流程 --- src/views/datamanage/dataUpdata.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/datamanage/dataUpdata.vue b/src/views/datamanage/dataUpdata.vue index 1fea7ff..cbeda1f 100644 --- a/src/views/datamanage/dataUpdata.vue +++ b/src/views/datamanage/dataUpdata.vue @@ -158,7 +158,7 @@ </el-option>--> <el-option - :label="$t('shuJuGuanLi.pselect.SurveyDiscipline')" + :label="$t('shuJuGuanLi.pselect.SurveyingAndMapping')" value="娴嬮噺涓撲笟" /> <el-option @@ -991,7 +991,7 @@ <el-button class="elBotton" size="small" - @click="commonTestQuay" + @click="commonTestQuay()" >纭� 瀹�</el-button> </span> </el-dialog> @@ -2178,7 +2178,6 @@ // if (this.formCheckAll.diZaiType != "NO") { // this.formCheckAll.isDiZai = "YES"; // } - // this.sc = { label1: '璐ㄦ', label2: '鏂囦欢璐ㄦ杩涘害锛�' @@ -2209,6 +2208,7 @@ this.formCheckAll.wbsPath = path; } } + this.formCheckAll.sjfl = '鏁板瓧鍖栨垚鏋�' const data = await dataUpload_uploadChecks(this.formCheckAll); if (data.code != 200) { this.$message.error("鏁版嵁璐ㄦ鎻愪氦澶辫触"); @@ -2262,6 +2262,7 @@ this.quayTestForms.sjzy = this.formInline.specialtyId; this.quayTestForms.zipPath = this.multipleSelection[this.taskStatus].path; + this.quayTestForms.sjfl = '鏁板瓧鍖栨垚鏋�' const data = await dataUpload_uploadChecks(this.quayTestForms); if (data.code != 200) { this.$message.error("鏁版嵁璐ㄦ鎻愪氦澶辫触"); -- Gitblit v1.9.3