ZengTao
2023-12-15 7e96470071c4a7d9187d71d4c24d1d02503b0440
CanadaMes-ui/src/views/Electrical/ServoManualone.vue
@@ -5,8 +5,8 @@
        }}</router-link>
        <router-link to="/Electrical/State" tag="el-button" type="text" active-class="blue-button">{{ $t('State')
        }}</router-link>
        <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
        }}</router-link>
        <!-- <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
        }}</router-link> -->
        <!-- <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
        }}</router-link> -->
        <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
@@ -215,6 +215,10 @@
submitDataToBackend(currentButtonName) {
  const data = [];
  let jsonObject;
  if (currentButtonName === '故障' || currentButtonName === 'Fault') {
    return false;
  }
  if (currentButtonName === 'A01半自动启动' || currentButtonName === 'A01 Semi-Auto Start') {
    const values = [this.jsonData[0][10].button.value];
@@ -428,7 +432,7 @@
  }
  let obj = JSON.parse(msg.data);
  // console.log(obj)
// console.log(obj)
const weihuiling=obj.weihuiling;
  const jsonData2 = this.jsonData;