@ -23,6 +23,7 @@
:remote-method="findMethod"
size="mini"
:loading="loading"
@change="corpChange"
>
<el-option
v-for="item in fromOptions"
@ -369,6 +370,11 @@ export default {
this.idQuery.customerId = null;
this.codeDetailVisible = true;
},
corpChange(value) {
if (isBlank(value)) {
this.findMethod();
}
filters: {
statusFilterType(status) {