clear defualt account
This commit is contained in:
parent
057d8cd0ab
commit
05cd7bda4f
|
@ -114,8 +114,8 @@ export default {
|
|||
}
|
||||
return {
|
||||
loginForm: {
|
||||
username: 'hangxiao',
|
||||
password: 'hangxiao',
|
||||
username: '',
|
||||
password: '',
|
||||
verifycode: ''
|
||||
},
|
||||
loginRules: {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue