人工退料

This commit is contained in:
2025-10-21 14:36:04 +08:00
parent 547be02059
commit d739200a9f
3 changed files with 20 additions and 6 deletions

View File

@@ -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 {