Browse Source

fix:纳税申报提示

jiand 7 months ago
parent
commit
a48a961c32

+ 1 - 1
src/views/myBusiness/supplementaryInfo/components/FinancialSituation.vue

@@ -23,7 +23,7 @@
           :file-data="taxReturn"
           :upload-from-orange-status="true"
           file-type="pdf"
-          placeholder="请上传纳税申报表"
+          placeholder="请上传上年度以及上个月的制式纳税申报表、报表(格式为:pdf)"
         />
       </el-form-item>
       <cy-info-title>

+ 3 - 0
src/views/myBusiness/supplementaryInfo/index.vue

@@ -171,6 +171,9 @@ export default {
           })
         } else {
           this.$message.success('暂存成功')
+          this.$router.push({
+            name: 'MyBusiness'
+          })
         }
       })
     }