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; });