公告板
版本库
filestore
活动
搜索
登录
admin
/
HangZhouMes
派生自
HangZhouMes
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
下片任务:fixbug 解决被禁用情况下仍有玻璃走禁用的线路
zhoushihao
2024-07-24
9b3f76e38ea10241625cee9ea6e9fa69e792d38b
[~admin/HangZhouMes.git]
/
UI-Project
/
src
/
stores
/
sd
/
product
/
productGlassType.js
1
2
3
4
5
6
7
8
9
10
11
import {defineStore} from 'pinia'
import {ref} from "vue";
export default defineStore("productGlassType",{
state: () =>{
let GlassType=$ref(['',''])
return {
GlassType
}
}
})