@@ -402,6 +402,11 @@ export default {
onClose(){
this.dialogFormVisible = false
/*this.$emit('addSuccess')*/
+ this.$refs.form.resetFields()
+ this.isPhone = true
+ this.areaCode = ''
+ this.telephone = ''
+ this.phonenumber = ''
},
/*创建报价单,获取商品信息*/
onSubmit(type){