人工退料
This commit is contained in:
@@ -140,6 +140,11 @@
|
||||
this.title = options.title
|
||||
this.id = options.id
|
||||
},
|
||||
onShow() {
|
||||
if (this.$store.getters.dataList !== []) {
|
||||
this.dataList = this.$store.getters.publicArr
|
||||
}
|
||||
},
|
||||
created () {
|
||||
},
|
||||
methods: {
|
||||
@@ -155,6 +160,7 @@
|
||||
this.dataList.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
this.$store.dispatch('setPublicArr', this.dataList)
|
||||
},
|
||||
// async _getPlate () {
|
||||
// try {
|
||||
|
||||
Reference in New Issue
Block a user