hz-zhhq-web/node_modules/.cache/babel-loader/0c97a7b5320ec80e78fc84a70e1...

1 line
14 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\jurisdiction\\approle\\approle.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\jurisdiction\\approle\\approle.vue","mtime":1737610069429},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.regexp.split\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport Paging from \"@/views/Public/paging.vue\";\nimport Popup from \"@/views/estate/examine/dialog/popup.vue\";\nimport { getAppRoleList, addAppRole, deleteGreenRoleById, updateAppRole, getAppMenuTree2, getPermissionByRoleId as _getPermissionByRoleId, updateRolePermission, houseDicInfo as _houseDicInfo, getAppRoleRealHouse, addAppRoleRealHouse } from \"@/api/getdata\";\nvar id = 1001;\nexport default {\n data: function data() {\n return {\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n row: {},\n validation: false,\n completeTitle: \"\",\n nav: \"\",\n food_name: \"\",\n formInline: {\n userName: \"\"\n },\n page: {\n limit: 0 /** 当前点击*/,\n sizePage: 10 /** 当前多少页*/,\n total: 0 /**总数 */\n },\n tableData: [],\n isflag: false /**用于设置弹窗 */,\n num: 3,\n addRolePopup: false,\n reason: '',\n ruleForm: {\n role_name: \"\"\n },\n rules: {\n role_name: [{\n required: true,\n message: \"请填写角色名称\",\n trigger: \"blur\"\n }]\n },\n rowRule: {\n roleName: [{\n required: true,\n message: \"请填写角色名称\",\n trigger: \"blur\"\n }]\n },\n popupBtn: \"3\",\n updateRolePopup: false,\n relationMenuPopup: false,\n editHousePopup: false,\n houseForm: {\n houseType: []\n },\n houseType: [],\n houseRule: {\n houseType: [{\n required: true,\n message: \"请选择租房类型\",\n trigger: \"change\"\n }]\n },\n menuList: [],\n defaultProps: {\n children: 'children',\n label: 'label'\n },\n menuCheckedList: []\n };\n },\n components: {\n Paging: Paging,\n Popup: Popup\n },\n mounted: function mounted() {\n this.createLoad();\n if (this.$route.params.index) {\n this.currentChanges(this.$route.params.index);\n } else {\n this.getlist();\n this.getAppMenuTree();\n this.houseDicInfo('houseType');\n }\n },\n methods: {\n createLoad: function createLoad() {\n this.loading = true;\n this.loadingMsg