src/views/wel/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/wel/index.vue
@@ -394,16 +394,17 @@ this.upgradeModal = false; }, downsend(row) { //下发 // this.loading = true; // axios({ // url: '/program/ncfile/send-to-machine-by-nodeid', // method: 'get', // params: {nodeId:id}, // }).then( // res => { //this.loading = false; // } // ); this.loading = true; axios({ url: '/blade-mdm/program/ncfile/send-to-machine-by-nodeid', method: 'get', params: {nodeId:id}, }).then( res => { this.loading = false; this.$message.success('操作成功'); } ); }, upgrade(row) { //升版 this.upgradeModalForm = row;