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