| | |
| | | this.modelOpenProcess(row); |
| | | }, |
| | | setContinueAdd(isAdd) { |
| | | if (!this.continueAdd) return; |
| | | var _button = this.boxButtons.find((x) => { |
| | | return x.value == 'save'; |
| | | }); |
| | | if (_button) { |
| | | _button.name = isAdd ? this.continueAddName : 'ä¿ å'; |
| | | } |
| | | // if (!this.continueAdd) return; |
| | | // var _button = this.boxButtons.find((x) => { |
| | | // return x.value == 'save'; |
| | | // }); |
| | | // if (_button) { |
| | | // _button.name = isAdd ? this.continueAddName : 'ä¿ å'; |
| | | // } |
| | | this.boxButtons.forEach(x=>{}) |
| | | }, |
| | | resetAdd() { |
| | | if (this.hasDetail) { |