Explorar el Código

🖖移除调整后多余的代码

Signed-off-by: KaneLeung <kk.xiaolan@gmail.com>
KaneLeung hace 2 años
padre
commit
a8d46de9b3
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm

+ 0 - 6
Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm

@@ -250,12 +250,6 @@
   @:import commonFunction from '/@@/utils/commonFunction';
 	}
 
-  @foreach (var column in Model.QueryWhetherList){
-  if(@column.EffectType == "EnumSelector"){
-  @:const getEnum@(@column.PropertyName)Data_Index = ref<any>([]);
-  }
-  }
-
   @if(haveLikeCdt){
   @:const showAdvanceQueryUI = ref(false);
   }else {