1
李喆(开发组)
7 天以前 2240e53ef2aa4cfb5033a0987149dc97482dd29d
src/views/wel/index.vue
@@ -145,6 +145,12 @@
            prop: 'updateTime',
            disabled: true,
            placeholder: " "
          },
          {
            label: '备注',
            prop: 'remark',
            disabled: true,
            placeholder: " "
          }
        ]
      },
@@ -398,8 +404,8 @@
      this.loading = true;
      axios({
        url: '/blade-mdm/program/ncfile/send-to-machine-by-nodeid',
        method: 'get',
        params: {nodeId:id},
        method: 'post',
        params: {nodeId:row.id},
      }).then(
        res => {
            this.loading = false;