提交 6f74b0f9 编写于 作者: bo.dang's avatar bo.dang

修改重置逻辑

上级 60d53592
...@@ -237,6 +237,7 @@ export default { ...@@ -237,6 +237,7 @@ export default {
// }) // })
this.searchForm.liveName = ""; this.searchForm.liveName = "";
this.searchForm.liveStatus = ""; this.searchForm.liveStatus = "";
this.search();
}, },
//新建直播 //新建直播
createLive() { createLive() {
......
...@@ -263,6 +263,7 @@ export default { ...@@ -263,6 +263,7 @@ export default {
console.log("重置"); console.log("重置");
this.searchForm.searchName = ""; this.searchForm.searchName = "";
this.searchForm.searchHospital = ""; this.searchForm.searchHospital = "";
this.search();
}, },
//获取机构 //获取机构
getOrganization() { getOrganization() {
......
...@@ -178,6 +178,7 @@ export default { ...@@ -178,6 +178,7 @@ export default {
this.searchForm.name = ""; this.searchForm.name = "";
this.searchForm.createdTime = ""; this.searchForm.createdTime = "";
console.log('重置') console.log('重置')
this.search();
}, },
//新建小圈 //新建小圈
createRange() { createRange() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册