Commit 8dc5bb5b authored by zhengke's avatar zhengke

no message

parent a0eddf62
......@@ -38,7 +38,7 @@
</view>
</view>
<view class="examList-hint-right">
<view @click="clickReimport(item)">重新导入</view>
<view @click.stop="clickReimport(item)">重新导入</view>
</view>
</view>
</view>
......@@ -49,7 +49,7 @@
<van-icon class="examList-popup-closure" name="cross" @click="show=false"/>
<view class="examList-popup-title">导入考试信息</view>
<view class="examList-popup-content">
<input v-model="obj.name" class="examList-popup-name" placeholder="请输入考试名称">
<input v-model="uploadParm.ExamName" class="examList-popup-name" placeholder="请输入考试名称">
<van-uploader
class="examList-popup-fil-box flex"
multiple
......@@ -95,8 +95,10 @@
showLogin: false, //多次点击
show:false,
uploadParm: {
Uid:726615,
CourseId:44977497,
// Uid:726615,
// CourseId:44977497,
Uid:0,
CourseId:0,
ExamName:'考试测试530'
},
fileList:[],
......@@ -114,16 +116,19 @@
url: '/pages/index/examDetails?examId=' + item
});
},
// 重新导入
clickReimport(item){
data.uploadParm = {
Uid:item.ExamId,
CourseId:item.CourseId,
ExamName: item.ExamName
}
},
ImportInformation(){
data.show = true
},
uploadFilesBefore(){
},
// 重新导入
clickReimport(item){
},
// 添加导入
customUpload(event){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment