dongyukun
2024-11-06 93ce037957861a48dbcb35004d1ff073eb63010a
src/views/model/mpk/file/MpkRun.vue
@@ -233,6 +233,7 @@
  const formRef = ref()
  // 运行
  const modelRun = async () => {
    modelRunResult.value = ''
// 校验表单
    if (!formRef) return
    const valid = await formRef.value.validate()