This commit is contained in:
2025-12-18 15:45:59 +08:00
parent 9319ba65a7
commit 75c34d983f
6 changed files with 12 additions and 6 deletions

View File

@ -36,7 +36,8 @@ const closeHndle = () => {
const okSubmit = async () => { const okSubmit = async () => {
await formRef.value.validate((valid) => { await formRef.value.validate((valid) => {
if (!valid) return; 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}) emit('okSubmit', {...form.value})
closeHndle() closeHndle()
}) })

View File

@ -37,7 +37,8 @@ const closeHndle = () => {
const okSubmit = async () => { const okSubmit = async () => {
await formRef.value.validate((valid) => { await formRef.value.validate((valid) => {
if (!valid) return; 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}) emit('okSubmit', {...form.value})
closeHndle() closeHndle()
}) })

View File

@ -37,7 +37,8 @@ const closeHndle = () => {
const okSubmit = async () => { const okSubmit = async () => {
await formRef.value.validate((valid) => { await formRef.value.validate((valid) => {
if (!valid) return; 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}) emit('okSubmit', {...form.value})
closeHndle() closeHndle()
}) })

View File

@ -37,7 +37,8 @@ const closeHndle = () => {
const okSubmit = async () => { const okSubmit = async () => {
await formRef.value.validate((valid) => { await formRef.value.validate((valid) => {
if (!valid) return; 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}) emit('okSubmit', {...form.value})
closeHndle() closeHndle()
}) })

View File

@ -37,7 +37,8 @@ const closeHndle = () => {
const okSubmit = async () => { const okSubmit = async () => {
await formRef.value.validate((valid) => { await formRef.value.validate((valid) => {
if (!valid) return; 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}) emit('okSubmit', {...form.value})
closeHndle() closeHndle()
}) })

View File

@ -37,7 +37,8 @@ const closeHndle = () => {
const okSubmit = async () => { const okSubmit = async () => {
await formRef.value.validate((valid) => { await formRef.value.validate((valid) => {
if (!valid) return; 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}) emit('okSubmit', {...form.value})
closeHndle() closeHndle()
}) })