ZaiZai 9 月之前
父节点
当前提交
b711b9cbc6
共有 1 个文件被更改,包括 3 次插入1 次删除
  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('')