|
|
|
@ -54,7 +54,6 @@
|
|
|
|
|
:disabled="executeEval(null,item.disabledFuc,false)"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
:remote-method="(query) => executeFuc(query,'5',item.clickFuc)"
|
|
|
|
|
clearable>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in options[item.clickFuc]"
|
|
|
|
@ -571,7 +570,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getWorkBindBusTypes(_this, query) {
|
|
|
|
|
_this.busQuery.workplaceCode = query
|
|
|
|
|
getWorkBindBusTypes(this.busQuery).then(res => {
|
|
|
|
|
getWorkBindBusTypes(_this.busQuery).then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
let busTypes = res.data.list || [];
|
|
|
|
|
// _this.options.getWorkPlace = res.data.list || [];
|
|
|
|
|