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 { return {
loginForm: { loginForm: {
username: 'hangxiao', username: '',
password: 'hangxiao', password: '',
verifycode: '' verifycode: ''
}, },
loginRules: { loginRules: {

View File

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