mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			225 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			225 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
Tea.context(function () {
 | 
						|
	this.success = NotifyReloadSuccess("保存成功")
 | 
						|
 | 
						|
	this.changeMethods = function (config) {
 | 
						|
		Tea.action("$")
 | 
						|
			.form(this.$refs.authForm)
 | 
						|
			.post()
 | 
						|
		teaweb.successRefresh("保存成功")
 | 
						|
	}
 | 
						|
}) |