Commit 72b9a0c2 authored by zhengjinlei's avatar zhengjinlei

数据加载

parent 5577c600
......@@ -80,7 +80,7 @@ new Vue({
getRule(task,start_date,end_date,agentName){
let that = this;
let arr = [];
//this.$loading({text:'数据加载中...'});
this.$loading({text:'数据加载中...'});
RquestsPost('api/v1/tasks/seat_rule/',{task,start_date,end_date,agentName}).then(data => {
console.log(data.data);
if(data.code != 0){
......
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