新增临时角色页面
This commit is contained in:
@@ -251,7 +251,7 @@ export default {
|
||||
})
|
||||
},
|
||||
co(){
|
||||
console.log(this.files)
|
||||
|
||||
},
|
||||
|
||||
// 添加新的一行
|
||||
|
||||
@@ -403,7 +403,6 @@ export default {
|
||||
getOaClaim(this.$route.params.claimId).then(res => {
|
||||
this.form = res.data;
|
||||
this.detailList = res.data.detailList
|
||||
console.log(this.detailList)
|
||||
this.initData();
|
||||
this.loading=false
|
||||
})
|
||||
|
||||
@@ -237,7 +237,6 @@ export default {
|
||||
getList() {
|
||||
this.loading = true;
|
||||
listOaClaim(this.queryParams).then(response => {
|
||||
console.log(response.rows)
|
||||
this.oaClaimList = response.rows;
|
||||
this.total = response.total;
|
||||
this.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user