|
@@ -887,6 +887,7 @@ sysFormly.controller('SystemformCtrl', ['$rootScope', '$scope', '$parse', '$filt
|
887
|
confirmButtonColor: "#007AFF"
|
887
|
confirmButtonColor: "#007AFF"
|
888
|
}, function () {
|
888
|
}, function () {
|
889
|
console.log(vm.model);
|
889
|
console.log(vm.model);
|
|
|
890
|
+ $state.go($scope.formData.cancelUrl);
|
890
|
// if (vm.fields[0].templateOptions.label == '新增/编辑用户') {
|
891
|
// if (vm.fields[0].templateOptions.label == '新增/编辑用户') {
|
891
|
// var modalInstance = $modal.open({
|
892
|
// var modalInstance = $modal.open({
|
892
|
// templateUrl: 'assets/views/system/qxts.html',
|
893
|
// templateUrl: 'assets/views/system/qxts.html',
|