| | |
| | | <GlobalWindow |
| | | :title="title" |
| | | :visible.sync="visible" |
| | | width="900px" |
| | | width="1000px" |
| | | :confirm-working="isWorking" |
| | | @confirm="confirm" |
| | | > |
| | |
| | | this.$emit('success') |
| | | }) |
| | | .catch(e => { |
| | | this.$tip.apiFailed(e) |
| | | // this.$tip.apiFailed(e) |
| | | }) |
| | | .finally(() => { |
| | | this.isWorking = false |
| | |
| | | this.$emit('success') |
| | | }) |
| | | .catch(e => { |
| | | this.$tip.apiFailed(e) |
| | | // this.$tip.apiFailed(e) |
| | | }) |
| | | .finally(() => { |
| | | this.isWorking = false |
| | |
| | | }, |
| | | // 获取设备 |
| | | getLists () { |
| | | getList({}) |
| | | getList({type:0, isdeleted:0 }) |
| | | .then(res => { |
| | | this.device = res.map(item => { |
| | | return { |