water-ldht/dist/static/js/chunk-8dad70e6.1b583c00.js

7 lines
4.9 KiB
JavaScript
Raw Normal View History

2024-11-01 16:58:10 +08:00
/*!
* build: vue-admin-beautiful
* vue-admin-beautiful author: chuzhixin 1204505056@qq.com
* vue-admin-beautiful QQ Group(QQ群): 9724353191139183756
* time: 2024-10-10 11:14:28
*/
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8dad70e6"],{"48fa":function(e,t,o){"use strict";o.r(t);var l=o("f2bf");const a={class:"dialog-footer"};function i(e,t,o,i,r,s){const d=Object(l["resolveComponent"])("el-input"),c=Object(l["resolveComponent"])("el-form-item"),m=Object(l["resolveComponent"])("el-cascader"),n=Object(l["resolveComponent"])("el-form"),f=Object(l["resolveComponent"])("el-button"),u=Object(l["resolveComponent"])("el-dialog");return Object(l["openBlock"])(),Object(l["createBlock"])(u,{modelValue:r.dialogFormVisible,"onUpdate:modelValue":t[6]||(t[6]=e=>r.dialogFormVisible=e),title:r.title,width:"500px",onClose:s.close},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(n,{ref:"form",model:r.form,rules:r.rules,"label-width":"80px"},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(c,{label:"菜单名称",prop:"title"},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(d,{modelValue:r.form.title,"onUpdate:modelValue":t[0]||(t[0]=e=>r.form.title=e),modelModifiers:{trim:!0},size:"small",autocomplete:"off"},null,8,["modelValue"])]),_:1}),Object(l["createVNode"])(c,{label:"菜单路径",prop:"path"},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(d,{modelValue:r.form.path,"onUpdate:modelValue":t[1]||(t[1]=e=>r.form.path=e),modelModifiers:{trim:!0},size:"small",autocomplete:"off"},null,8,["modelValue"])]),_:1}),Object(l["createVNode"])(c,{label:"菜单路由",prop:"component"},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(d,{modelValue:r.form.component,"onUpdate:modelValue":t[2]||(t[2]=e=>r.form.component=e),modelModifiers:{trim:!0},size:"small",autocomplete:"off"},null,8,["modelValue"])]),_:1}),Object(l["createVNode"])(c,{label:"菜单图标",prop:"icon"},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(d,{modelValue:r.form.icon,"onUpdate:modelValue":t[3]||(t[3]=e=>r.form.icon=e),modelModifiers:{trim:!0},size:"small",autocomplete:"off"},null,8,["modelValue"])]),_:1}),Object(l["createVNode"])(c,{label:"菜单排序",prop:"sort"},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(d,{modelValue:r.form.sort,"onUpdate:modelValue":t[4]||(t[4]=e=>r.form.sort=e),modelModifiers:{trim:!0},size:"small",type:"number",autocomplete:"off"},null,8,["modelValue"])]),_:1}),Object(l["createVNode"])(c,{label:"父级分类",prop:"parentId"},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(m,{modelValue:r.menuId,"onUpdate:modelValue":t[5]||(t[5]=e=>r.menuId=e),size:"small",placeholder:"请选择",class:"select",options:r.parentData,props:{checkStrictly:!0},clearable:r.clearable,onChange:s.handleCountryChange},null,8,["modelValue","options","clearable","onChange"])]),_:1})]),_:1},8,["model","rules"]),Object(l["createElementVNode"])("div",a,[Object(l["createVNode"])(f,{type:"primary",size:"small",onClick:s.save},{default:Object(l["withCtx"])(()=>t[7]||(t[7]=[Object(l["createTextVNode"])("确 定")])),_:1},8,["onClick"]),Object(l["createVNode"])(f,{size:"small",onClick:s.close},{default:Object(l["withCtx"])(()=>t[8]||(t[8]=[Object(l["createTextVNode"])("取 消")])),_:1},8,["onClick"])])]),_:1},8,["modelValue","title","onClose"])}var r=o("1f27"),s={name:"MenuEdit",data(){return{form:{id:"",title:"",name:"",path:"",component:"",icon:"",parentId:0},rules:{title:[{required:!0,trigger:"blur",message:"请输入菜单名称"}],path:[{required:!0,trigger:"blur",message:"请输入菜单路径"}]},clearable:!0,menuId:"",parentData:[],title:"",dialogFormVisible:!1,diffData:{},ruleForm:[]}},created(){this.getParentData()},methods:{async getParentData(){const{data:e}=await Object(r["getCustom"])();this.parentData=e},handleCountryChange(e){if(e){const t=e.length-1;this.form.parentId=e[t]}else this.form.parentId=0},showEdit(e){e?(this.title="编辑",this.menuId=e.id,this.form=Object.assign({},e),this.ruleForm=Object.assign({},e),this.form.title=e.name):this.title="添加",this.dialogFormVisible=!0},close(){this.$refs["form"].resetFields(),this.form=this.$options.data().form,this.dialogFormVisible=!1,this.$emit("fetch-data")},getDiffData(){th