|
@@ -184,6 +184,7 @@
|
|
centered
|
|
centered
|
|
width="60%"
|
|
width="60%"
|
|
:maskClosable="false"
|
|
:maskClosable="false"
|
|
|
|
+ @cancel="cancelNewCust"
|
|
:footer="null"
|
|
:footer="null"
|
|
>
|
|
>
|
|
<CustomerManagementEdit ref="newCust" model="modal" @ok="newCustFun"></CustomerManagementEdit>
|
|
<CustomerManagementEdit ref="newCust" model="modal" @ok="newCustFun"></CustomerManagementEdit>
|
|
@@ -458,6 +459,10 @@ export default {
|
|
this.$emit('cancel')
|
|
this.$emit('cancel')
|
|
this.$refs.ruleForm.resetFields()
|
|
this.$refs.ruleForm.resetFields()
|
|
},
|
|
},
|
|
|
|
+ cancelNewCust () {
|
|
|
|
+ this.isNewCust = false
|
|
|
|
+ this.$refs.newCust.getBaseData()
|
|
|
|
+ },
|
|
// 客户无分页列表数据
|
|
// 客户无分页列表数据
|
|
getCustAllList () {
|
|
getCustAllList () {
|
|
const _this = this
|
|
const _this = this
|