Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua
commit
239c05f0ba
|
|
@ -263,6 +263,7 @@ import { typenameKey } from '@/views/demo/audit/util'
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { tubanbiaoqian1Options, tubanbiaoqian2Options } from './util'
|
import { tubanbiaoqian1Options, tubanbiaoqian2Options } from './util'
|
||||||
import { IsReSubmit } from '@/api/audit/index'
|
import { IsReSubmit } from '@/api/audit/index'
|
||||||
|
import { SubjectKeyObj } from '@/views/demo/audit/util';
|
||||||
|
|
||||||
const props = defineProps(['infoData','control','type','modalLoading'])
|
const props = defineProps(['infoData','control','type','modalLoading'])
|
||||||
const emits = defineEmits(['handleOk','closeModal','closeCase','reSubmit','changeLoading'])
|
const emits = defineEmits(['handleOk','closeModal','closeCase','reSubmit','changeLoading'])
|
||||||
|
|
@ -386,7 +387,7 @@ const submitApi = () => {
|
||||||
okText: '确认',
|
okText: '确认',
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
onOk: () => {
|
onOk: () => {
|
||||||
IsReSubmit({originalcaseno: props.infoData.original_case_no, subjectkey: props.type}).then(res => {
|
IsReSubmit({originalcaseno: props.infoData.original_case_no, subjectkey: SubjectKeyObj[props.type]}).then(res => {
|
||||||
if(res){
|
if(res){
|
||||||
if(props.type == '违法用地'){
|
if(props.type == '违法用地'){
|
||||||
props.infoData.case_description = caseDescription.value.join('-')
|
props.infoData.case_description = caseDescription.value.join('-')
|
||||||
|
|
|
||||||
|
|
@ -405,7 +405,7 @@ const submit = () => {
|
||||||
okText: '确认',
|
okText: '确认',
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
onOk: () => {
|
onOk: () => {
|
||||||
IsReSubmit({originalcaseno: props.infoData.original_case_no, subjectkey: '非法采矿'}).then(res => {
|
IsReSubmit({originalcaseno: props.infoData.original_case_no, subjectkey: 'Subject_FFCK'}).then(res => {
|
||||||
if(res){
|
if(res){
|
||||||
let params = {
|
let params = {
|
||||||
...props.infoData,
|
...props.infoData,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue