剩余模块:生产入库,销售出库
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import { defineStore } from 'pinia';
|
||||
|
||||
/**
|
||||
* @userInfos 页面数据传输临时存储位置
|
||||
* putInProdPageData() 保留创造空属性的特殊通道
|
||||
*/
|
||||
export const pageDataInfo = defineStore('info', {
|
||||
state: () => ({
|
||||
userInfos: {},
|
||||
|
||||
}),
|
||||
actions: {
|
||||
putInProdPageData(obj:object) {
|
||||
|
||||
Reference in New Issue
Block a user