Commit 5f33ab51 authored by 徐一鸣's avatar 徐一鸣

消息提醒管理列表接口调试

parent 1532a0de
......@@ -159,14 +159,6 @@ export default {
listHeader: [],
listData: [],
listTotal: 0,
dialogInfo: {
msg: "",
cancelText: "",
cancelType: "",
cancel: null,
sunbmitText: "",
submit: null,
},
topFilter: {
name: "",
state: "",
......@@ -276,9 +268,6 @@ export default {
this.initList(this.tempFilter);
},
showDialog() {
this.$refs.dialog.show();
},
addNew() {
this.$router.push("/message/directed_push/add");
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment