src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
@@ -712,6 +712,7 @@ // 保存 saveClick(formName) { this.$refs[formName].validate((valid) => { this.validateFormNumber() if (valid) { console.log(this.editConfig.infomation) const params = this.saveParams() @@ -877,9 +878,8 @@ }, async getCityList(val, value) { await getCityList({ province_id: val }).then((res) => { console.log(res) if (res.data.code === 200) { this.cityOptions = res.data.data.list if (res.code === 200) { this.cityOptions = res.data.list if (value === "sel") { this.editConfig.infomation.city_id = "" }