From c171dda262806192f34effbf989aaded99e45c38 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 28 六月 2024 10:29:33 +0800
Subject: [PATCH] 11
---
src/views/project/fund/applyDetail/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index b781588..aa29237 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -660,9 +660,9 @@
<el-col :span="12" v-if="businessType == 1">
<el-form-item label="绠楃◣鐘舵��" prop="infoid">
<el-radio-group v-model="form.istax" align="left">
- <el-radio :label="1">瀹℃牳涓�</el-radio>
+ <el-radio :label="-1">瀹℃牳涓�</el-radio>
<el-radio :label="0">鍏佽绠楃◣</el-radio>
- <el-radio :label="2">宸茬畻绋�</el-radio>
+ <el-radio :label="1">宸茬畻绋�</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
@@ -2237,7 +2237,7 @@
sessionStorage.setItem("apiform", JSON.stringify(this.form));
addorupdateFund(this.form)
.then(response => {
- if (response.code === 200) {
+ if (response.code == 200) {
if (this.form.id) {
this.$modal.msgSuccess("鐢宠鍗曚慨鏀规垚鍔燂紒");
this.$router.go(-1);
--
Gitblit v1.9.3