半成品入库

This commit is contained in:
2023-04-13 16:41:42 +08:00
parent 97466c8e6b
commit 1ddb60576b
9 changed files with 229 additions and 17 deletions

View File

@@ -68,11 +68,14 @@
disabled: false
};
},
onLoad() {
onShow() {
if (this.$store.getters.publicArr) {
this.dataList = this.$store.getters.publicArr
}
},
destroyed () {
this.$store.dispatch('setPublicArr', '')
},
methods: {
/** 选择器1 */
selectChange1(e) {