1
李喆(开发组)
2025-07-10 2bfdc32f5aa5d834b2046008168e366904908c34
1
已修改1个文件
21 ■■■■ 文件已修改
src/views/wel/index.vue 21 ●●●● 补丁 | 查看 | 原始文档 | 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;