Signed-off-by: 熊铠 <xiongkai@dragoninfo.com.cn>
@@ -39,6 +39,7 @@
<script>
import * as commonApi from "@/api/common";
+
let debounceTimer;
export default {
name: "index",
@@ -164,8 +165,8 @@ export default {
<style scoped lang="scss">
.self-input__search {
.tree__search__input {
- width: 75%;
- margin-right: 5px;
+ width: 72%;
+ margin-left: 1rem;
}
.no-search-data {
color: #ff684d;
@@ -128,7 +128,7 @@ export default {
// 重置
handleReset() {
const that = this;
- this.$refs.reportPersonFrom.resetFields();
+ that.$refs.reportPersonFrom.resetFields();
},
// 刷新表格
reloadTable() {