提交 eb5401ac 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 fca903e0
...@@ -102,9 +102,6 @@ ...@@ -102,9 +102,6 @@
selectList: [] selectList: []
} }
}, },
created() {
//const vm = this;
},
mounted() { mounted() {
this.getNotComplete() this.getNotComplete()
this.getNotCompleteNum() this.getNotCompleteNum()
...@@ -128,8 +125,7 @@ ...@@ -128,8 +125,7 @@
pageSize, pageSize,
}).then((data) => { }).then((data) => {
if(data.code == "000000") { if(data.code == "000000") {
this.notCompleteList = data.data this.notCompleteList = data.data;
console.log('1212',this.notCompleteList)
} }
}).catch((error) => { }).catch((error) => {
this.$message({ this.$message({
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册