| | |
| | | //退出 |
| | | close() { |
| | | this.reset(); |
| | | |
| | | if (!this.OperationType2 && !this.copyType) { |
| | | if (window.top != window.self) { |
| | | // iframe 页面 调用父页面的函数关闭弹窗 |
| | | window.parent.editGyClose(); |
| | | } else if (!this.OperationType2 && !this.copyType) { |
| | | // this.$router.back() |
| | | window.close(); |
| | | } else { |
| | |
| | | }, |
| | | }) |
| | | .then((response) => { |
| | | this.form.联系人 = response.data.data[0].HLinkMan; |
| | | this.form.联系电话 = response.data.data[0].HLinkPhone; |
| | | if (response.data.count == 1) { |
| | | this.form.联系人 = response.data.data[0].HLinkMan; |
| | | this.form.联系电话 = response.data.data[0].HLinkPhone; |
| | | } |
| | | this.$modal.msg(`警告: ${response.data.Message}`); |
| | | // this.form = response.data.data[0] |
| | | }) |
| | | .catch((error) => { |