|
|
@@ -316,8 +316,12 @@ |
|
|
<script> |
|
|
<script> |
|
|
console.log({{.dataset_name}}) |
|
|
console.log({{.dataset_name}}) |
|
|
console.log({{.params}}) |
|
|
console.log({{.params}}) |
|
|
|
|
|
console.log({{.flavor_name}}) |
|
|
|
|
|
console.log({{.flavor_code}}) |
|
|
let url_href = window.location.pathname.split('create')[0] |
|
|
let url_href = window.location.pathname.split('create')[0] |
|
|
|
|
|
let url_post = window.location.pathname.split('?version_name=V0001')[0] |
|
|
$(".ui.button").attr('href',url_href) |
|
|
$(".ui.button").attr('href',url_href) |
|
|
|
|
|
$(".ui.form").attr('action',url_post) |
|
|
$('select.dropdown') |
|
|
$('select.dropdown') |
|
|
.dropdown(); |
|
|
.dropdown(); |
|
|
|
|
|
|
|
|
|