update material

This commit is contained in:
lb
2023-02-03 16:28:52 +08:00
parent 70243b527f
commit 151f787f0a
5 changed files with 162 additions and 92 deletions

View File

@@ -101,12 +101,6 @@ export default {
this.initDataWhenLoad && this.getList();
},
methods: {
/* 从dom移除对话框 */
destroyDialog() {
// console.log('[ListViewWithHead] destroyDialog')
this.dialogVisible = false;
},
/**
* 转换服务器数据的中间层
* 为了抹平真实服务器数据和我本地的测试服务器数据的差异