@@ -83,7 +83,9 @@ const getDataApi = () => {
}
//搜索表单
-const searchForm = ref({ rId: '', current: 1, size: 30, total: 0 })
+const searchForm = ref({
+ rId: '', current: 1, size: 30, total: 0,
+})
//获取合同段数据
const rId = ref('')