|
|
|
@ -232,13 +232,12 @@
|
|
|
|
|
:remote-method="findDeptMethod"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
@focus="findDeptMethod('')"
|
|
|
|
|
@change="deptChange"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in fromDeptOptions"
|
|
|
|
|
:key="item.id"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item"
|
|
|
|
|
:value="item.code"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
@ -702,10 +701,6 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
deptChange(row) {
|
|
|
|
|
this.formData.corpId = row.code;
|
|
|
|
|
this.formData.corpName = row.name;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
findSubStorageMethod() {
|
|
|
|
|