Commit 62167ecf authored by Your Name's avatar Your Name

修改学习内容

parent 189c3a2e
......@@ -219,8 +219,6 @@
</template>
<script>
let Base64 = require('js-base64').Base64
import Viewer from 'v-viewer';
export default {
data() {
......
......@@ -353,6 +353,7 @@ export default {
};
// this.tableData = data.exhibitionBoardList;
this.multipleSelection = data.exhibitionBoardList;
this.multipleSelection1 = data.assetList
this.$refs.uploadImg.showImg(this.ruleForm.cover);
this.getExhibitionBoardTable();
this.getAssetTypeData()
......@@ -626,10 +627,19 @@ export default {
// console.log(data)
vm.tableData1 = data;
// 选中表格数据
vm.multipleSelection1 = res.data.data
setTimeout(() => {
vm.setSelctTable1();
}, 1000);
console.log(this.type)
if(this.type === 'add'){
vm.multipleSelection1 = res.data.data
setTimeout(() => {
vm.setSelctTable1();
}, 1000);
}else{
console.log(this.multipleSelection1)
vm.multipleSelection1 = this.multipleSelection1
setTimeout(() => {
vm.setSelctTable1();
}, 1000);
}
})
.catch(function(err) {
console.log(err);
......
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