Fix bug.
This commit is contained in:
parent
67b7b103fb
commit
4580587e25
|
@ -120,7 +120,7 @@
|
|||
var status_text = "not yet create";
|
||||
else
|
||||
var status_text = status_relation[status];
|
||||
if(status == "finish"){
|
||||
if(status == "finish" || status == ""){
|
||||
var params = {}
|
||||
var params_text = window.location.search.split(/[?&]/).slice(1);
|
||||
params_text.forEach(function(text){
|
||||
|
|
Loading…
Reference in New Issue