检测计划取消勾选
This commit is contained in:
@@ -279,8 +279,8 @@ const rules: Ref<Record<string, Array<FormItemRule>>> = ref({
|
|||||||
const open = async (sign: string,
|
const open = async (sign: string,
|
||||||
data: Plan.ReqPlan,
|
data: Plan.ReqPlan,
|
||||||
currentMode: string,) => {
|
currentMode: string,) => {
|
||||||
|
unboundPqDevList.value = []
|
||||||
value.value = []
|
boundPqDevList.value = []
|
||||||
//处理异步调用
|
//处理异步调用
|
||||||
const patternId = dictStore.getDictData('Pattern').find(item=>item.name=== currentMode)?.id ?? ''
|
const patternId = dictStore.getDictData('Pattern').find(item=>item.name=== currentMode)?.id ?? ''
|
||||||
data.pattern = patternId
|
data.pattern = patternId
|
||||||
|
|||||||
Reference in New Issue
Block a user