{"remainingRequest":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/thread-loader/dist/cjs.js!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/babel-loader/lib/index.js!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js??ref--0-0!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/test-v5inweb-5.x-vue/src/components/pop.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/src/components/pop.vue","mtime":1739760944322},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/babel.config.js","mtime":1739760943855},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/babel-loader/lib/index.js","mtime":315532800000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/index.js","mtime":1655715099000}],"contextDependencies":[],"result":["export default {\n props: [\"showdialog\", \"agreementTitle\", \"agreement\"],\n watch: {\n showdialog: function showdialog() {\n this.dialogFormVisible = this.showdialog;\n this.title = this.agreementTitle;\n }\n },\n components: {\n // selectTree //注册组件\n },\n data: function data() {\n return {\n title: \"\",\n dialogFormVisible: this.showdialog,\n OperType: 0,\n //0 新增 1修改\n formList: {},\n params: {\n //搜索条件\n pageIndex: 1,\n pageSize: 10,\n keyword: '',\n total: 0\n },\n rules: {},\n defaulDataParent: '',\n //上级部门默认回选数据\n defaulData: [],\n parentIdShow: true\n };\n },\n methods: {\n getTableRow: function getTableRow(data, type) {\n var newRowData = JSON.parse(JSON.stringify(data)); //拷贝一份存储对象\n this.formList = newRowData; //拷贝一份存储对象引用不同地址\n this.OperType = type;\n if (this.OperType == 0) {\n this.title = this.agreementTitle;\n } else {\n this.title = this.agreementTitle;\n }\n },\n submitForm: function submitForm() {\n // let obj2={domainId:this.$route.query.domainId}\n // if (this.OperType == 0) {\n // //新增\n // }\n // this.$refs.ruleForm.validate((valid) => {\n // if (valid) {\n // if (this.OperType == 0) {\n // AddDepartmentsApi(this.formList,obj2).then((response) => {\n // //新增\n // if (response.status==200) {\n // let newobj = JSON.parse(JSON.stringify(this.formList));\n // this.$emit(\"refurlist\", newobj); //确定后发送$emit绑定父数据\n // this.cancelForm();\n // }\n // });\n // } else {\n // EditDepartmentsApi(this.formList,obj2).then((response) => {\n // //修改\n // if (response.status==200) {\n // let newobj = JSON.parse(JSON.stringify(this.formList));\n // this.$emit(\"refurlist\", newobj); //确定后发送$emit绑定父数据\n // this.cancelForm();\n // }\n // });\n // }\n // } else {\n // return false;\n // }\n // });\n },\n cancelForm: function cancelForm() {\n //取消关闭\n this.$emit(\"update:showdialog\", false);\n this.$nextTick(function () {\n this.$refs.ruleForm.resetFields(); //重置输入框提示\n });\n }\n }\n};",null]}