|
@@ -20,7 +20,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {apiCustomeList} from '@/api/approve/custome.js'
|
|
|
- import {apiSealList} from '@/api/approve/seal.js'
|
|
|
+ import {apiSealApproveList} from '@/api/approve/seal.js'
|
|
|
import approveListItem from '../components/approveListItem.vue'
|
|
|
export default{
|
|
|
components: {
|
|
@@ -64,7 +64,7 @@
|
|
|
const res=await apiCustomeList({
|
|
|
CurrentIndex:this.page,
|
|
|
Status:'',
|
|
|
- Keyword:this.keyword
|
|
|
+ KeywordEq:this.keyword
|
|
|
})
|
|
|
if(res.code===200){
|
|
|
if(!res.data.List||res.data.List.length===0){
|
|
@@ -110,10 +110,10 @@
|
|
|
|
|
|
//获取用印数据
|
|
|
async getSealList(){
|
|
|
- const res=await apiSealList({
|
|
|
+ const res=await apiSealApproveList({
|
|
|
CurrentIndex:this.page,
|
|
|
Status:'',
|
|
|
- Keyword:this.keyword
|
|
|
+ KeywordEq:this.keyword
|
|
|
})
|
|
|
if(res.code===200){
|
|
|
if(!res.data.List||res.data.List.length===0){
|