Browse Source

Merge branch 'dev_web' of http://dev.ccwin-in.com:3000/BoXu.Zheng/WZC2 into dev_web

集成Redis
陈薪名 2 years ago
parent
commit
c16685a1a3
  1. 19
      fe/PC/src/components/rowDrop/index.vue

19
fe/PC/src/components/rowDrop/index.vue

@ -102,6 +102,25 @@
close() {
this.$emit('closeRowDrop')
},
// save () {
// this.$emit('closeRowDrop')
// this.$emit('radio',this.dataList)
// // +
// localStorage.setItem(this.$store.getters.name.userName + '_' + this.$route.name, JSON.stringify(this.dataList))
// },
//
formatData (val) {
this.dataList = JSON.parse(JSON.stringify(val))
this.dataList.forEach(item => {
if (item.isture == undefined) {
item.isture = true
}
})
},
//
handleEdit(index, row) {
console.log(index, row);
},
save () {
this.$forceUpdate()
this.$emit('radio',this.dataList)

Loading…
Cancel
Save