Browse Source

git-svn-id: https://192.168.57.71/svn/lyggkj@87 1a6f6e3a-4066-fe46-b609-79c204482ece

ld_liufl 9 years ago
parent
commit
314e9362b3

+ 0 - 5
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/access/UserEdit.mxml

@@ -6,20 +6,15 @@
 		 creationComplete="creationCompleteHandler(event)" width="100%" height="100%" xmlns:cus="com.jtgh.yjpt.common.cus.*" >
 	<fx:Script>
 		<![CDATA[
-			import com.jtgh.yjpt.common.BusinessContext;
 			import com.jtgh.yjpt.common.Global;
 			import com.jtgh.yjpt.common.util.Constants;
 			import com.jtgh.yjpt.common.util.Utils;
 			import com.jtgh.yjpt.model.access.UserModel;
 			import com.jtgh.yjpt.select.YesNoSelect;
 			import com.jtgh.yjpt.vo.access.RoleVo;
-			import com.jtgh.yjpt.vo.common.CodeVo;
-			import com.jtgh.yjpt.vo.common.SinglePageRequestVo;
 			
 			import mx.collections.ArrayCollection;
-			import mx.controls.Alert;
 			import mx.events.FlexEvent;
-			import mx.rpc.events.ResultEvent;
 			
 			[Bindable]
 			public var thisModel:UserModel;

+ 0 - 7
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/jyr/JyrEdit.mxml

@@ -10,8 +10,6 @@
 
 	<fx:Script>
 		<![CDATA[
-			import com.anychart.context.AboutAnyChart;
-			import com.jtgh.yjpt.common.BusinessContext;
 			import com.jtgh.yjpt.common.Global;
 			import com.jtgh.yjpt.common.MyEvent;
 			import com.jtgh.yjpt.common.TypeBase;
@@ -20,15 +18,10 @@
 			import com.jtgh.yjpt.model.jyr.JyrEditModel;
 			import com.jtgh.yjpt.model.jyr.JyrModel;
 			import com.jtgh.yjpt.vo.common.CodeVo;
-			import com.jtgh.yjpt.vo.jyrxxgl.JyrxxglVo;
 			
 			import mx.collections.ArrayCollection;
-			import mx.controls.Alert;
-			import mx.controls.CheckBox;
 			import mx.events.CalendarLayoutChangeEvent;
 			import mx.events.FlexEvent;
-			import mx.events.ListEvent;
-			import mx.rpc.events.ResultEvent;
 			
 			import spark.components.gridClasses.GridColumn;
 			import spark.events.IndexChangeEvent;