Browse Source

xml特殊字符处理

luhg 8 years ago
parent
commit
43e7ef2ccc

+ 1 - 1
kanban-console/src/main/webapp/resources/app/view/component/commonpanel.js

@@ -203,7 +203,7 @@ Ext.define('erp.view.component.commonpanel',{
 	  	 			  .replace(/'/g,''')
 	  	 			  .replace(/"/g,'"');  	 		
   	 	}else{
-  	 		return str;
+  	 		return str; 
   	 	}
   	 },
   	 setLayoutPosition: function(posobj) {