|
|
@@ -349,7 +349,7 @@
|
|
|
v-if="parseInt(activeName) < totalTab">下一步</el-button>
|
|
|
<el-button type="primary"
|
|
|
size="mini"
|
|
|
- @click="nextStep()"
|
|
|
+ @click="commitAudit()"
|
|
|
v-if="add_flat && IsCompanyUser == 1 && parseInt(activeName)==3">
|
|
|
提交
|
|
|
</el-button>
|
|
|
@@ -1297,9 +1297,9 @@ export default {
|
|
|
// if (this.formDataCert.Status > 0) {
|
|
|
// this.totalTab = 4
|
|
|
// }
|
|
|
- // if (this.formDataCert.Status < 0) {
|
|
|
- // this.totalTab = 4
|
|
|
- // }
|
|
|
+ if (this.formDataCert.Status == '') {
|
|
|
+ this.totalTab = 3
|
|
|
+ }
|
|
|
if (this.formDataCert.Status >= 5) {
|
|
|
this.totalTab = 4
|
|
|
}
|