wu
2023-09-20 8304fc43850daba13cfbec989e554d720ab62ca4
CanadaMes-ui/src/views/Electrical/Action.vue
@@ -25,9 +25,9 @@
  </div>
</template>
 
<script >
import { SelectPassword } from "../../api/home";
<script >
import LanguageMixin from '../../lang/LanguageMixin'
import { SelectPassword } from "../../api/home";
let socket;
export default {
  name: "Action",
@@ -109,9 +109,9 @@
    }
  },
  created () {
    this.init();
    this.isClickable = false;
    this.init();
  },
  methods: {
    setActiveButton(buttonName) {
@@ -171,7 +171,7 @@
    },
    send () {
      
      this.isClickable = true;
      SelectPassword().then(res => {
 this.password = res.data.password;
});