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