All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.modules.sys.deptrole.ctrl.deptroleinfo.user.remove.js Maven / Gradle / Ivy

The newest version!
define(function(require) {
	var Config = require('config');
	var Core = require('core/core');
	
	var Page = require('core/page');
	
	// 删除用户角色
	var DeptRoInfoUserRemove = Page.extend(function() {
		
		// @override
		this.submit = function(table, data) {		
			
			var  selRow = table.datagrid("getSelections");//获取取中元素
			var ids=[];//选 中的djID
			for(var i=0;i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy