Browse Source

Merge pull request 'fix create cloudbrain button' (#447) from fix-164 into V20210927

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/447
pull/452/head
zhoupzh 3 years ago
parent
commit
929d61adc4
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      templates/repo/cloudbrain/new.tmpl

+ 4
- 3
templates/repo/cloudbrain/new.tmpl View File

@@ -258,9 +258,10 @@
$('#messageInfo p').text(str)
return false
}
if(!value_image || !value_data){
return false
}
// if(!value_image || !value_data){
// console.log("------------------------")
// return false
// }
let min_value_task = value_task.toLowerCase()
$("input[name='job_name']").attr("value",min_value_task)
document.getElementById("mask").style.display = "block"


Loading…
Cancel
Save