正式检测-预检测提示及日志功能
This commit is contained in:
@@ -9,6 +9,7 @@ export const useCheckStore = defineStore("check", {
|
||||
state: () => ({
|
||||
devices: Array<CheckData.Device>(),
|
||||
planId: String(""),
|
||||
planCode: String(""),
|
||||
scriptId: String(""),
|
||||
}),
|
||||
|
||||
@@ -27,6 +28,10 @@ export const useCheckStore = defineStore("check", {
|
||||
this.planId = planId
|
||||
},
|
||||
|
||||
setPlanCode(planCode: string) {
|
||||
this.planCode = planCode
|
||||
},
|
||||
|
||||
setScriptId(scriptId: string) {
|
||||
this.scriptId = scriptId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user