提交
This commit is contained in:
parent
06b97dd52b
commit
c256ad5974
|
@ -20,6 +20,7 @@
|
|||
<el-col :span="24">
|
||||
<el-button type="primary" class="primaryBtn" @click="handleQuery">查询</el-button>
|
||||
<el-button type="primary" class="primaryBtn" @click="resetQuery">重置</el-button>
|
||||
<el-button type="primary" class="primaryBtn" @click="handleImport">导入</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
|
@ -185,7 +186,10 @@ const resetQuery = () => {
|
|||
}
|
||||
handleQuery()
|
||||
}
|
||||
// 导入
|
||||
const handleImport = () => {
|
||||
|
||||
}
|
||||
// 修改问题
|
||||
const handleUpdate = (row) => {
|
||||
form.value = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user