UA 右侧栏新增成功后,动态刷新本选项卡内容列表

1、先引用 common.services.modelDriven.runtimeService 并初始化它

(function () {
    'use strict';
    angular.module('Nancal.PS.ProcessExtBopApp.InspectItemToOperation').controller("ProcessInspectItemToOperationController", AddScreenController).config(AddScreenStateConfig);

    AddScreenController.$inject = ['Nancal.PS.ProcessExtBopApp.InspectItemToOperation.InspectItemToOperation.service',
        '$state', '$stateParams', 'common.base', '$filter', '$scope', 'commonService', 'common.services.authentication', 'common.services.modelDriven.runtimeService'];
    function AddScreenController(dataService, $state, $stateParams, common, $filter, $scope, commonService, auth, mdRuntimeSvc) {
        var self = this;
       

你可能感兴趣的:(UA,数学建模)