| src/views/device/components/devicePerShare.vue | ●●●●● patch | view | raw | blame | history |
src/views/device/components/devicePerShare.vue
@@ -173,7 +173,7 @@ }); }, rowSave(row, done, loading) { row['device_sn'] = this.deviceSn; row['deviceSn'] = this.deviceSn; add(row).then( () => { this.initFlag = false; @@ -281,7 +281,7 @@ this.getLoadPage(this.page, this.query); }, getLoadPage(page, params = {}) { params['device_sn'] = this.deviceSn; params['deviceSn'] = this.deviceSn; this.loading = true; getList(page.currentPage, page.pageSize, params).then(res => { const data = res.data.data;