shj
2022-08-10 f9de9ac69b12963345d939a2511e10293aaa86d7
对接
已修改2个文件
5 ■■■■■ 文件已修改
src/views/accidentManagementSystem/workInjuryDeclaration/component/openAdd.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/accidentManagementSystem/workInjuryDeclaration/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/accidentManagementSystem/workInjuryDeclaration/component/openAdd.vue
@@ -411,6 +411,7 @@
                    }
                });
                formEl.resetFields();
                delete ruleForm.value.id
                ruleForm.value = {
                    declareUserName: '',
                    declareUserGender: '',
src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
@@ -168,7 +168,7 @@
        onMounted(() => {
            listApi();
        });
        const accidentName=ref()
        const accidentName = ref();
        // 重置
        const submitReset = () => {
            listQuery.searchParams.accidentExpressId = '';
@@ -302,7 +302,7 @@
            listQuery.pageIndex = val;
        };
        return {
            accidentName,
            accidentName,
            daiInpt,
            showRef,
            upButton,