取消审核的配置可显示,并且可编辑,编辑后状态变更为未审核,可重新审核下发,并且取消审核的配置也可查询日志量信息。
This commit is contained in:
@@ -20,7 +20,7 @@ var getTotalLog=function(){
|
||||
var serviceId=$(this).attr("serviceId");
|
||||
var functionId=$(this).attr("functionId");
|
||||
if(audit&&compileId&&functionId&&serviceId){
|
||||
if(audit == 1){
|
||||
if(audit != 0){
|
||||
var has=false;
|
||||
for(var i=0;i<data.serviceIds.length;i++){
|
||||
if(data.serviceIds[i]==$(this).attr("serviceId")){
|
||||
|
||||
Reference in New Issue
Block a user