|
@@ -397,7 +397,7 @@
|
|
|
let changeState = JSON.parse(unescape('<%- escape(JSON.stringify(funSet.change_state)) %>'));
|
|
let changeState = JSON.parse(unescape('<%- escape(JSON.stringify(funSet.change_state)) %>'));
|
|
|
const changeSettingTab = function(tab) {
|
|
const changeSettingTab = function(tab) {
|
|
|
const type = tab.getAttribute('type');
|
|
const type = tab.getAttribute('type');
|
|
|
- if (type === 'start') {·
|
|
|
|
|
|
|
+ if (type === 'start') {
|
|
|
$('#switch-stage-start').show();
|
|
$('#switch-stage-start').show();
|
|
|
$('#switch-stage-audit').hide();
|
|
$('#switch-stage-audit').hide();
|
|
|
$('#stage-start-tab').addClass('active').addClass('show');
|
|
$('#stage-start-tab').addClass('active').addClass('show');
|