This commit is contained in:
BoHung Chiu 2023-07-19 17:43:39 +08:00
parent 67b7b103fb
commit 4580587e25
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
var status_text = "not yet create"; var status_text = "not yet create";
else else
var status_text = status_relation[status]; var status_text = status_relation[status];
if(status == "finish"){ if(status == "finish" || status == ""){
var params = {} var params = {}
var params_text = window.location.search.split(/[?&]/).slice(1); var params_text = window.location.search.split(/[?&]/).slice(1);
params_text.forEach(function(text){ params_text.forEach(function(text){