Commit 1d9dd289 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 4c83ccfc f92a202e
...@@ -177,18 +177,18 @@ export default { ...@@ -177,18 +177,18 @@ export default {
formatter: this.formatterDate, formatter: this.formatterDate,
width: 160, width: 160,
}, },
{ // {
label: "处理时间", // label: "处理时间",
prop: "operDateTime", // prop: "operDateTime",
formatter: this.formatterDate, // formatter: this.formatterDate,
width: 160, // width: 160,
}, // },
{ {
label: "处理状态", label: "处理状态",
prop: "processStatus", prop: "processStatus",
formatter: this.formattereDealStatus, formatter: this.formattereDealStatus,
}, },
{ label: "处理人", prop: "opertor", formatter: this.formatters }, // { label: "处理人", prop: "opertor", formatter: this.formatters },
{ label: "备注", prop: "remark", formatter: this.formatters }, { label: "备注", prop: "remark", formatter: this.formatters },
{ {
label: "操作", label: "操作",
......
...@@ -153,7 +153,8 @@ export default { ...@@ -153,7 +153,8 @@ export default {
}, },
async getData() { async getData() {
await this.$post( await this.$post(
this.type == 1 ? "/perform/dept/conf/list" : "/perform/staff/conf/list" this.type == 1 ? "/perform/dept/conf/list" : "/perform/staff/conf/list",
{ page: 1, size: -1 }
).then((res) => { ).then((res) => {
if (res.code == 1) { if (res.code == 1) {
this.dataList = res.data.data; this.dataList = res.data.data;
......
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