diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/components/czjy.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/components/czjy.vue index 0a05ab6..04ab350 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/components/czjy.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/behaviorWarning/components/czjy.vue @@ -36,7 +36,8 @@ const closeHndle = () => { const okSubmit = async () => { await formRef.value.validate((valid) => { if (!valid) return; - qcckPost(form.value,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { + let params = {...form.value , lylx:'03'} + qcckPost(params,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { emit('okSubmit', {...form.value}) closeHndle() }) diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/components/czjy.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/components/czjy.vue index 11c5114..a2af922 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/components/czjy.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/combinedWarning/components/czjy.vue @@ -37,7 +37,8 @@ const closeHndle = () => { const okSubmit = async () => { await formRef.value.validate((valid) => { if (!valid) return; - qcckPost(form.value,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { + let params = {...form.value , lylx:'04'} + qcckPost(params,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { emit('okSubmit', {...form.value}) closeHndle() }) diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/controlWarning/components/czjy.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/controlWarning/components/czjy.vue index 11c5114..d5171a0 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/controlWarning/components/czjy.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/controlWarning/components/czjy.vue @@ -37,7 +37,8 @@ const closeHndle = () => { const okSubmit = async () => { await formRef.value.validate((valid) => { if (!valid) return; - qcckPost(form.value,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { + let params = {...form.value , lylx:'01'} + qcckPost(params,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { emit('okSubmit', {...form.value}) closeHndle() }) diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/components/czjy.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/components/czjy.vue index 11c5114..f2044ed 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/components/czjy.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/identityWarning/components/czjy.vue @@ -37,7 +37,8 @@ const closeHndle = () => { const okSubmit = async () => { await formRef.value.validate((valid) => { if (!valid) return; - qcckPost(form.value,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { + let params = {...form.value , lylx:'02'} + qcckPost(params,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { emit('okSubmit', {...form.value}) closeHndle() }) diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/czjy.vue b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/czjy.vue index 11c5114..d5171a0 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/czjy.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/czjy.vue @@ -37,7 +37,8 @@ const closeHndle = () => { const okSubmit = async () => { await formRef.value.validate((valid) => { if (!valid) return; - qcckPost(form.value,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { + let params = {...form.value , lylx:'01'} + qcckPost(params,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { emit('okSubmit', {...form.value}) closeHndle() }) diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/czjy.vue b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/czjy.vue index 11c5114..d5171a0 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/czjy.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/czjy.vue @@ -37,7 +37,8 @@ const closeHndle = () => { const okSubmit = async () => { await formRef.value.validate((valid) => { if (!valid) return; - qcckPost(form.value,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { + let params = {...form.value , lylx:'01'} + qcckPost(params,'/mosty-gsxt/yjxx/czjy/insert').then((res) => { emit('okSubmit', {...form.value}) closeHndle() })