| | |
| | | title: this.translateSys("error") + "1.1", |
| | | content: ex.errMsg, |
| | | showCancel: false, |
| | | confirmText: this.translateSys("cancel") |
| | | confirmText: this.translateSys("close") |
| | | }); |
| | | }); |
| | | }, |
| | |
| | | title: this.translateSys("error") + "2.1", |
| | | content: ex.errMsg, |
| | | showCancel: false, |
| | | confirmText: this.translateSys("cancel") |
| | | confirmText: this.translateSys("close") |
| | | }); |
| | | }); |
| | | |
| | |
| | | title: this.translateSys("tip"), |
| | | content: this.translate('tip_no_select_project'), |
| | | showCancel: false, |
| | | confirmText: this.translateSys("cancel") |
| | | confirmText: this.translateSys("close") |
| | | }); |
| | | return; |
| | | } |