提交 e532d56c 编写于 作者: zhujiamin's avatar zhujiamin

debug钉钉回退问题

上级 f1f4a973
......@@ -145,8 +145,8 @@
public mounted() {
setTimeout(() => {
this.load();
this.$store.commit('setSelectStatus',true);
}, 1000);
this.$store.commit('setSelectStatus',true);
}
/**
......
......@@ -321,7 +321,6 @@ export default class AppSelectDropDown extends Vue {
const response = await entityService[this.acParams.interfaceName](_context, _param);
if (response && response.status === 200) {
this.items = response.data;
this.$store.commit('setSelectStatus',false);
this.result(this.items);
} else {
this.$notice.error(`${this.$t('error_request')}` );
......@@ -801,6 +800,7 @@ export default class AppSelectDropDown extends Vue {
if(select){
setTimeout(() => {
select.open();
this.$store.commit('setSelectStatus',false);
}, 1);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册