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