chunk-e9ca8404.7d39e50a.js 6.3 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e9ca8404","chunk-2d0df437"],{"7c33":function(e,r,l){"use strict";l.r(r);var t=function(){var e=this,r=e._self._c;return r("a-modal",{attrs:{title:e.title,width:1e3,visible:e.visible,confirmLoading:e.confirmLoading,cancelText:"关闭"},on:{ok:e.handleOk,cancel:e.handleCancel}},[r("a-spin",{attrs:{spinning:e.confirmLoading}},[r("a-form",{attrs:{form:e.form}},[r("a-form-item",{attrs:{labelCol:e.labelCol,wrapperCol:e.wrapperCol,label:"规则名称"}},[r("a-input",{directives:[{name:"decorator",rawName:"v-decorator",value:["ruleName",e.validatorRules.ruleName],expression:"['ruleName', validatorRules.ruleName]"}],attrs:{placeholder:"请输入规则名称"}})],1),r("a-form-item",{directives:[{name:"show",rawName:"v-show",value:e.showRuleColumn,expression:"showRuleColumn"}],attrs:{labelCol:e.labelCol,wrapperCol:e.wrapperCol,label:"规则字段"}},[r("a-input",{directives:[{name:"decorator",rawName:"v-decorator",value:["ruleColumn",e.validatorRules.ruleColumn],expression:"['ruleColumn', validatorRules.ruleColumn]"}],attrs:{placeholder:"请输入规则字段"}})],1),r("a-form-item",{attrs:{labelCol:e.labelCol,wrapperCol:e.wrapperCol,label:"条件规则"}},[r("j-dict-select-tag",{directives:[{name:"decorator",rawName:"v-decorator",value:["ruleConditions",e.validatorRules.ruleConditions],expression:"['ruleConditions', validatorRules.ruleConditions]"}],attrs:{placeholder:"请输入条件规则",triggerChange:!0,dictCode:"rule_conditions"},on:{change:e.handleChangeRuleCondition}})],1),r("a-form-item",{attrs:{labelCol:e.labelCol,wrapperCol:e.wrapperCol,label:"规则值"}},[r("a-input",{directives:[{name:"decorator",rawName:"v-decorator",value:["ruleValue",e.validatorRules.ruleValue],expression:"['ruleValue', validatorRules.ruleValue]"}],attrs:{placeholder:"请输入规则值"}})],1),r("a-form-item",{attrs:{labelCol:e.labelCol,wrapperCol:e.wrapperCol,label:"状态"}},[r("a-radio-group",{directives:[{name:"decorator",rawName:"v-decorator",value:["status",{initialValue:"1"}],expression:"['status',{initialValue:'1'}]"}],attrs:{buttonStyle:"solid"}},[r("a-radio-button",{attrs:{value:"1"}},[e._v("有效")]),r("a-radio-button",{attrs:{value:"0"}},[e._v("无效")])],1)],1)],1)],1)],1)},n=[],o=l("0fea"),a=l("88bc"),i=l.n(a),s={name:"PermissionDataRuleModal",data:function(){return{queryParam:{},title:"操作",visible:!1,model:{},ruleConditionList:[],labelCol:{xs:{span:24},sm:{span:5}},wrapperCol:{xs:{span:24},sm:{span:16}},confirmLoading:!1,form:this.$form.createForm(this),permissionId:"",validatorRules:{ruleConditions:{rules:[{required:!0,message:"请选择条件!"}]},ruleName:{rules:[{required:!0,message:"请输入规则名称!"}]},ruleValue:{rules:[{required:!0,message:"请输入规则值!"}]},ruleColumn:{rules:[]}},url:{list:"/sys/dictItem/list",add:"/sys/permission/addPermissionRule",edit:"/sys/permission/editPermissionRule"},showRuleColumn:!0}},created:function(){},methods:{add:function(e){this.permissionId=e,this.edit({})},edit:function(e){var r=this;this.form.resetFields(),this.model=Object.assign({},e),e.permissionId?this.model.permissionId=e.permissionId:this.model.permissionId=this.permissionId,this.visible=!0,this.initRuleCondition(),this.$nextTick((function(){r.form.setFieldsValue(i()(r.model,"status","ruleName","ruleColumn","ruleConditions","ruleValue"))}))},close:function(){this.$emit("close"),this.visible=!1},handleOk:function(){var e=this,r=this;this.form.validateFields((function(l,t){if(!l){r.confirmLoading=!0;var n="",a="";e.model.id?(n+=e.url.edit,a="put"):(n+=e.url.add,a="post");var i=Object.assign(e.model,t);i.ruleColumn&&i.ruleColumn.length>0&&(i.ruleColumn=i.ruleColumn.trim()),i.ruleValue&&i.ruleValue.length>0&&(i.ruleValue=i.ruleValue.trim()),Object(o["i"])(n,i,a).then((function(e){e.success?(r.$message.success(e.message),r.$emit("ok")):r.$message.warning(e.message)})).finally((function(){r.confirmLoading=!1,r.close()}))}}))},handleCancel:function(){this.close()},initRuleCondition:function(){this.model.ruleConditions&&"USE_SQL_RULES"==this.model.ruleConditions?this.showRuleColumn=!1:this.showRuleColumn=!0},handleChangeRuleCondition:function(e){"USE_SQL_RULES"==e?(this.form.setFieldsValue({ruleColumn:""}),this.showRuleColumn=!1):this.showRuleColumn=!0}}},u=s,c=l("2877"),d=Object(c["a"])(u,t,n,!1,null,"3e96f1f8",null);r["default"]=d.exports},"88bc":function(e,r,l){(function(r){var l=1/0,t=9007199254740991,n="[object Arguments]",o="[object Function]",a="[object GeneratorFunction]",i="[object Symbol]",s="object"==typeof r&&r&&r.Object===Object&&r,u="object"==typeof self&&self&&self.Object===Object&&self,c=s||u||Function("return this")();function d(e,r,l){switch(l.length){case 0:return e.call(r);case 1:return e.call(r,l[0]);case 2:return e.call(r,l[0],l[1]);case 3:return e.call(r,l[0],l[1],l[2])}return e.apply(r,l)}function m(e,r){var l=-1,t=e?e.length:0,n=Array(t);while(++l<t)n[l]=r(e[l],l,e);return n}function h(e,r){var l=-1,t=r.length,n=e.length;while(++l<t)e[n+l]=r[l];return e}var f=Object.prototype,p=f.hasOwnProperty,v=f.toString,C=c.Symbol,b=f.propertyIsEnumerable,w=C?C.isConcatSpreadable:void 0,g=Math.max;function y(e,r,l,t,n){var o=-1,a=e.length;l||(l=x),n||(n=[]);while(++o<a){var i=e[o];r>0&&l(i)?r>1?y(i,r-1,l,t,n):h(n,i):t||(n[n.length]=i)}return n}function R(e,r){return e=Object(e),j(e,r,(function(r,l){return l in e}))}function j(e,r,l){var t=-1,n=r.length,o={};while(++t<n){var a=r[t],i=e[a];l(i,a)&&(o[a]=i)}return o}function V(e,r){return r=g(void 0===r?e.length-1:r,0),function(){var l=arguments,t=-1,n=g(l.length-r,0),o=Array(n);while(++t<n)o[t]=l[r+t];t=-1;var a=Array(r+1);while(++t<r)a[t]=l[t];return a[r]=o,d(e,this,a)}}function x(e){return L(e)||N(e)||!!(w&&e&&e[w])}function O(e){if("string"==typeof e||$(e))return e;var r=e+"";return"0"==r&&1/e==-l?"-0":r}function N(e){return k(e)&&p.call(e,"callee")&&(!b.call(e,"callee")||v.call(e)==n)}var L=Array.isArray;function S(e){return null!=e&&_(e.length)&&!I(e)}function k(e){return A(e)&&S(e)}function I(e){var r=F(e)?v.call(e):"";return r==o||r==a}function _(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=t}function F(e){var r=typeof e;return!!e&&("object"==r||"function"==r)}function A(e){return!!e&&"object"==typeof e}function $(e){return"symbol"==typeof e||A(e)&&v.call(e)==i}var E=V((function(e,r){return null==e?{}:R(e,m(y(r,1),O))}));e.exports=E}).call(this,l("c8ba"))}}]);