...
|
...
|
@@ -883,6 +883,7 @@ |
|
|
},
|
|
|
// 获取消息标签列表
|
|
|
trnList() {
|
|
|
this.listLoading = true;
|
|
|
const _this = this
|
|
|
let para = Object.assign({}, this.formTrn)
|
|
|
para.creattime = ''
|
...
|
...
|
@@ -899,6 +900,8 @@ |
|
|
}).catch(error => {
|
|
|
// 关闭加载
|
|
|
_this.$message.error(error.toString())
|
|
|
}).finally(()=>{
|
|
|
_this.listLoading = false;
|
|
|
})
|
|
|
},
|
|
|
//新增编辑弹框关闭重置
|
...
|
...
|
|