| | |
| | | initData() { |
| | | this.dialogVisible = true |
| | | this.$byutil.postData4(this,this.pageConfig.weizhangData,null,res => { |
| | | this.weizhangOptions = res.obj |
| | | this.weizhangOptions = res.data |
| | | }) |
| | | this.$byutil.postData4(this,this.pageConfig.zhixingrenData,null,res => { |
| | | this.zhixingrenOptions = res.obj |
| | | this.zhixingrenOptions = res.data |
| | | }) |
| | | }, |
| | | submitForm(formName) { |
| | |
| | | this.$byutil.postData(this,this.pageConfig.saveData,this.zhipaiForm,res => { |
| | | this.$refs[formName].resetFields(); |
| | | this.dialogVisible = false |
| | | this.$message.success(res.message) |
| | | this.$message.success(res.msg) |
| | | }) |
| | | } |
| | | }) |