@@ -88,6 +88,8 @@ export default {
res.data.customer = list;
this.$set(this, `form`, res.data);
}
+ } else {
+ this.$set(this.form, 'status', '0');
this.loadings = false;
},