|
@@ -125,9 +125,9 @@ import api from "../../apis/fetch";
|
|
|
export default {
|
|
export default {
|
|
|
setup() {
|
|
setup() {
|
|
|
let currentPage = ref(1);
|
|
let currentPage = ref(1);
|
|
|
- let term = ref();
|
|
|
|
|
- let tableData = ref();
|
|
|
|
|
- let total = ref();
|
|
|
|
|
|
|
+ let term = ref("");
|
|
|
|
|
+ let tableData = ref([]);
|
|
|
|
|
+ let total = ref(0);
|
|
|
let dialogFormVisible = ref(false);
|
|
let dialogFormVisible = ref(false);
|
|
|
let form = ref(null);
|
|
let form = ref(null);
|
|
|
const ruleForm = reactive({
|
|
const ruleForm = reactive({
|