diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue
index 59f8f1d..ace2333 100644
--- a/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue
+++ b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue
@@ -2,16 +2,15 @@
-
+
至
-
+
@@ -24,10 +23,10 @@
- {{ IdCard.getSex(row.yjRysfzh,2) }}
+ {{ IdCard(row.yjRysfzh,2) }}
- {{ IdCard.getAge(row.yjRysfzh,3) }}
+ {{ IdCard(row.yjRysfzh,3) }}
@@ -36,14 +35,14 @@
-
+
报错
- 指派
+ 指派
+
+
+
diff --git a/src/views/home/components/warningAssignment.vue b/src/views/home/components/warningAssignment.vue
index 7d543c2..7da42a6 100644
--- a/src/views/home/components/warningAssignment.vue
+++ b/src/views/home/components/warningAssignment.vue
@@ -50,11 +50,7 @@ const rules = reactive({
zpbmdm: [{ required: true, message: "请选择指派部门", trigger: "blur" }],
zpyy: [{ required: true, message: "请输入指派原因", trigger: "change" }],
});
-watch(() => props.modelValue, (newVal, oldVal) => {
- if (newVal) {
- }
-})
const elform = ref(null)
const submit = async () => {
elform.value.submit(() => {