|
@@ -353,7 +353,7 @@ export default {
|
|
|
dataSource:[],
|
|
dataSource:[],
|
|
|
url: {
|
|
url: {
|
|
|
queryTask: "/smsCheck/task/queryById",
|
|
queryTask: "/smsCheck/task/queryById",
|
|
|
- lists: "/smsCheck/customerInfo/warningList",
|
|
|
|
|
|
|
+ list: "/smsCheck/customerInfo/warningList",
|
|
|
count: "/smsCheck/customerInfo/WarningCount",
|
|
count: "/smsCheck/customerInfo/WarningCount",
|
|
|
delete: "/smsCheck/customerInfo/delete",
|
|
delete: "/smsCheck/customerInfo/delete",
|
|
|
edit: "/smsCheck/customerInfo/edit",
|
|
edit: "/smsCheck/customerInfo/edit",
|
|
@@ -367,11 +367,13 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
- this.task.id = this.$route.query.id;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ this.loadData(null);
|
|
|
|
|
+
|
|
|
this.queryTaskById(this.task.id);
|
|
this.queryTaskById(this.task.id);
|
|
|
this.queryParam.taskId = this.task.id;
|
|
this.queryParam.taskId = this.task.id;
|
|
|
|
|
|
|
|
- this.selectList();
|
|
|
|
|
|
|
+ // this.selectList();
|
|
|
this.loadTabNumber(this.task.id);
|
|
this.loadTabNumber(this.task.id);
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
|
@@ -447,7 +449,9 @@ export default {
|
|
|
userNo: this.queryParam.userNo,
|
|
userNo: this.queryParam.userNo,
|
|
|
checkState:this.currentCheckState,
|
|
checkState:this.currentCheckState,
|
|
|
staffNo: this.queryParam.staffNo,
|
|
staffNo: this.queryParam.staffNo,
|
|
|
- type: this.queryParam.type
|
|
|
|
|
|
|
+ type: this.queryParam.type,
|
|
|
|
|
+ pageNo: this.ipagination.current,
|
|
|
|
|
+ pageSize : this.ipagination.pageSize,
|
|
|
}
|
|
}
|
|
|
getAction(this.url.lists, params).then((res) => {
|
|
getAction(this.url.lists, params).then((res) => {
|
|
|
if (res.success) {
|
|
if (res.success) {
|