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

META-INF.resources.modules.sys.dictionary.ctrl.dictionary.admin.js Maven / Gradle / Ivy

There is a newer version: 5.0.2101
Show newest version
define(function (require) {
  var Dictionary = require('./dictionary');

  // 数据字典列表
  return Dictionary.extend(function () {
    this.isAdmin = true;
  });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy