微调
This commit is contained in:
@@ -11,6 +11,7 @@ export const useCheckStore = defineStore("check", {
|
||||
planId: String(""),
|
||||
planCode: String(""),
|
||||
scriptId: String(""),
|
||||
errorSysId: String(""),
|
||||
}),
|
||||
|
||||
getters: {},
|
||||
@@ -34,6 +35,10 @@ export const useCheckStore = defineStore("check", {
|
||||
|
||||
setScriptId(scriptId: string) {
|
||||
this.scriptId = scriptId
|
||||
},
|
||||
|
||||
setErrorSysId(errorSysId: string) {
|
||||
this.errorSysId = errorSysId
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user