|
@@ -30,7 +30,6 @@
|
|
|
<div slot="footer" style="text-align:center">
|
|
|
<el-button @click="resetBtn">取消</el-button>
|
|
|
<el-button type="primary" @click="onSubmit">确认</el-button>
|
|
|
- <el-button type="primary" @click="logout">注销</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -113,9 +112,6 @@ export default {
|
|
|
this.resetBtn();
|
|
|
}
|
|
|
},
|
|
|
- async logout() {
|
|
|
- let res = await this.userLogout({ id: '6006333bc54267a190981cea' });
|
|
|
- },
|
|
|
// 取消
|
|
|
resetBtn() {
|
|
|
this.form = {};
|