clear defualt account

This commit is contained in:
龚祖望 2023-04-14 10:48:48 +08:00
parent 057d8cd0ab
commit 05cd7bda4f
2 changed files with 2 additions and 4 deletions

View File

@ -114,8 +114,8 @@ export default {
}
return {
loginForm: {
username: 'hangxiao',
password: 'hangxiao',
username: '',
password: '',
verifycode: ''
},
loginRules: {

View File

@ -184,7 +184,6 @@ export default {
this.getListByType(data)
},
handleSearch(no) {
console.log('no', no)
if (!no) {
this.terminalTypeDesc = '全部'
this.getList()
@ -219,7 +218,6 @@ export default {
this.dialogTitle = '配方查看'
},
edit(current) {
console.log('current', current)
this.form = { ...current }
this.operationType = 2 //
this.visible = true