Commit 8bc7e4b3 authored by renjintao's avatar renjintao

usesorttemplate

parent 9a63c1a1
...@@ -617,6 +617,12 @@ export default { ...@@ -617,6 +617,12 @@ export default {
this.list = []; this.list = [];
this.loadList(); this.loadList();
} }
else
{
this.$Message.error("设置失败");
}
}).catch(e=>{
this.$Message.error("访问失败");
}); });
}, },
//自定义排序模板相关end------ //自定义排序模板相关end------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment