|
@@ -198,8 +198,8 @@ export default {
|
|
|
|
|
|
/* 取消 */
|
|
|
cancel() {
|
|
|
- this.$emit('update:isShow', false);
|
|
|
this.statusType=this.hasQustion?1:0
|
|
|
+ this.$emit('update:isShow', false);
|
|
|
},
|
|
|
|
|
|
/* 获取客户信息 */
|
|
@@ -281,6 +281,7 @@ export default {
|
|
|
minwidthsty: '250px',
|
|
|
},
|
|
|
]
|
|
|
+ this.statusType=1
|
|
|
}
|
|
|
this.tableColumns = this.tableColumnsHandler()
|
|
|
this.$refs.tableRef && this.$refs.tableRef.clearSort()
|