瀏覽代碼

预警分析所有接口联调完毕

dev
yuzongping 16 小時之前
父節點
當前提交
8cf9ba1f46
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/resources/comps/right/bottom/2/index.js

+ 2
- 2
src/views/resources/comps/right/bottom/2/index.js 查看文件

@@ -9,8 +9,9 @@ export default {
},
data () {
return {
isLoad: false,
headers: ['合同编码', '合同名称', '合同截止日期', '部门'],
data: [['合同编码', '合同名称', '合同截止日期', '部门']]
data: []
};
},
computed: {
@@ -35,7 +36,6 @@ export default {
if (this.year, this.deptId) {
this.isLoad = false;
longTermContractNonExecutionWarning(this.deptId, this.year).then(res => {
console.log(22222, res);
let data = res.data.map(item => {
return [item.code, item.name, item.endTime, item.deptName]
})


Loading…
取消
儲存