pages/passport/entry/seller/step1.vue
@@ -57,7 +57,7 @@ <u-form-item :border-bottom="false" prop="registeredCapital" label="注册资金" label="注册资金(万)" required ><u-input type="number" @@ -289,9 +289,9 @@ }, }; }, mounted() { this.$refs.uForm.setRules(this.rules); }, // mounted() { // this.$refs.uForm.setRules(this.rules); // }, props: ["companyData"], watch: { companyData: { @@ -345,6 +345,7 @@ this.$refs.cityPicker.show(); }, validatorStep1Form() { this.$refs.uForm.setRules(this.rules); this.$refs.uForm.validate(async (valid) => { console.log(valid); if (valid) {