Kaynağa Gözat

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

dev
yuzongping 19 saat önce
ebeveyn
işleme
8cf9ba1f46
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/views/resources/comps/right/bottom/2/index.js

+ 2
- 2
src/views/resources/comps/right/bottom/2/index.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet