diff --git a/src/api/pxzx.js b/src/api/pxzx.js
index 08da16c..ff6aa36 100644
--- a/src/api/pxzx.js
+++ b/src/api/pxzx.js
@@ -83,3 +83,11 @@ export const baxxNjryNjryNjsh = (data) => {
data
});
};
+// /baxx/njpx / saveEntity
+export const baxxNjpxSaveEntity = (data) => {
+ return request({
+ url: api + "/baxx/njpx/saveEntity",
+ method: "POST",
+ data
+ });
+};
diff --git a/src/components/ChooseList/ChooseBapxry/index.vue b/src/components/ChooseList/ChooseBapxry/index.vue
new file mode 100644
index 0000000..a42e046
--- /dev/null
+++ b/src/components/ChooseList/ChooseBapxry/index.vue
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Training/AnnualInspection/components/detailForm.vue b/src/views/Training/AnnualInspection/components/detailForm.vue
index ea57a64..9b72b24 100644
--- a/src/views/Training/AnnualInspection/components/detailForm.vue
+++ b/src/views/Training/AnnualInspection/components/detailForm.vue
@@ -29,7 +29,14 @@ const dialogForm = ref(false);
const FormRef = ref();
const listQuery = ref({});
-const formList = reactive([
+const formList = ref([])
+
+
+// 初始化数据
+const init = (type, row,) => {
+ dialogForm.value = true;
+ listQuery.value=row
+ formList.value=[
[
{ label: "姓名", prop: "xm", type: "input" },
{ label: "证件号码", prop: "sfzh", type: "input" },
@@ -39,13 +46,8 @@ const formList = reactive([
{ label: "是否年检", prop: "isnj", type:"select",options: props.dict.D_BZ_SF},
{ label: "年检时间", prop: "njsj", type: "date" },
],
-])
+]
-
-// 初始化数据
-const init = (type, row,) => {
- dialogForm.value = true;
- listQuery.value=row
};
const close = () => {
diff --git a/src/views/Training/AnnualInspectionApplicants/components/pxApllication.vue b/src/views/Training/AnnualInspectionApplicants/components/pxApllication.vue
index a550917..e8d334e 100644
--- a/src/views/Training/AnnualInspectionApplicants/components/pxApllication.vue
+++ b/src/views/Training/AnnualInspectionApplicants/components/pxApllication.vue
@@ -3,73 +3,66 @@
+