|
|
|
@ -16,7 +16,7 @@ |
|
|
|
@on-load="onLoad" |
|
|
|
@on-load="onLoad" |
|
|
|
> |
|
|
|
> |
|
|
|
<template #body> |
|
|
|
<template #body> |
|
|
|
<el-tag style="width: 100%; display: block; line-height: 22px" |
|
|
|
<el-tag style="width: 100%; display: block; line-height: 17px;margin-bottom: 5px;" v-if="expireData.length>0" |
|
|
|
>有{{ expireData.length }}个零件工艺即将到期,请尽快维护有效期</el-tag |
|
|
|
>有{{ expireData.length }}个零件工艺即将到期,请尽快维护有效期</el-tag |
|
|
|
> |
|
|
|
> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
@ -341,7 +341,7 @@ export default { |
|
|
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
this.data = res.data.data.records; |
|
|
|
this.data = res.data.data.records; |
|
|
|
this.loading = false; |
|
|
|
this.loading = false; |
|
|
|
this.page.total = res.data.data.length; |
|
|
|
this.page.total = res.data.data.total; |
|
|
|
this.selectionClear(); |
|
|
|
this.selectionClear(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|