活动页面完善

This commit is contained in:
@fawn-nine
2023-04-04 15:31:56 +08:00
parent d3fe8de0a7
commit a44be672f0
11 changed files with 25526 additions and 719 deletions

View File

@@ -81,6 +81,7 @@
totalPage: 0,
dataListLoading: false,
dataListSelections: [],
listIndex: -1
}
},
create(){
@@ -94,7 +95,7 @@
this.$bus.$on("getListInMes", (data) => {
this.selectTitle = data.selectTitle
this.oldSelected = data.ProductList
this.listIndex = data.ProductListIndex
});
},methods:{
// 判断初始选中的产品
@@ -117,7 +118,8 @@
},
sedSelectPro(){
console.log(this.dataListSelections)
this.$bus.$emit('haveSelected', {title:this.selectTitle,list:this.dataListSelections})
this.$bus.$emit('haveSelected', {title:this.selectTitle,list:this.dataListSelections, listIndex: this.listIndex})
this.listIndex = null
this.handleClose()
},
// 获取数据列表