作者 朱兆平

update:

1. 增加转关运抵列表加载数据loading.
@@ -883,6 +883,7 @@ @@ -883,6 +883,7 @@
883 }, 883 },
884 // 获取消息标签列表 884 // 获取消息标签列表
885 trnList() { 885 trnList() {
  886 + this.listLoading = true;
886 const _this = this 887 const _this = this
887 let para = Object.assign({}, this.formTrn) 888 let para = Object.assign({}, this.formTrn)
888 para.creattime = '' 889 para.creattime = ''
@@ -899,6 +900,8 @@ @@ -899,6 +900,8 @@
899 }).catch(error => { 900 }).catch(error => {
900 // 关闭加载 901 // 关闭加载
901 _this.$message.error(error.toString()) 902 _this.$message.error(error.toString())
  903 + }).finally(()=>{
  904 + _this.listLoading = false;
902 }) 905 })
903 }, 906 },
904 //新增编辑弹框关闭重置 907 //新增编辑弹框关闭重置