This commit is contained in:
zhaofang
2022-07-29 17:13:42 +08:00
parent 7aa2211f61
commit 1c9b8314eb
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<el-input maxlength="50" v-model="hasCWare.keyword" placeholder="名称"></el-input>
</div>
<div style="padding-left: 10px;">
<el-button @click="findCWare()" type="primary">搜索</el-button>
<el-button @click="getCoursewareList()" type="primary">搜索</el-button>
<el-button @click="closeCWareFind()" type="primary">重置</el-button>
</div>
</div>