ZaiZai 9 months ago
parent
commit
b711b9cbc6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/project/detail/user.vue

+ 3 - 1
src/views/project/detail/user.vue

@@ -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('')