wuyouming666
2023-09-19 f89331b66bad4572dd4fc365774f12eac09492b3
CanadaMes-ui/src/views/Electrical/Action.vue
@@ -26,8 +26,8 @@
</template>
 
<script >
import { SelectPassword } from "../../api/home";
import LanguageMixin from '../../lang/LanguageMixin'
import { SelectPassword } from "../../api/home";
let socket;
export default {
  name: "Action",
@@ -109,8 +109,8 @@
    }
  },
  created () {
    this.init();
    this.isClickable = false;
   
  },
  methods: {
@@ -171,7 +171,7 @@
    },
    send () {
      
      this.isClickable = true;
      SelectPassword().then(res => {
 this.password = res.data.password;
});