|
@@ -64,7 +64,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作" width="240px" align="center">
|
|
<el-table-column label="操作" width="240px" align="center">
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
- <el-badge :hidden="row.lowerAuditStatus === 1" :value="row.waitAuditNum" :max="99">
|
|
|
|
|
|
+ <el-badge :hidden="row.lowerAuditStatus === 1" :value="row.productTypeWaitNum" :max="99">
|
|
<el-button
|
|
<el-button
|
|
type="primary"
|
|
type="primary"
|
|
icon="el-icon-s-check"
|
|
icon="el-icon-s-check"
|
|
@@ -95,7 +95,7 @@ export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
listQuery: {
|
|
listQuery: {
|
|
- listType: 2,
|
|
|
|
|
|
+ listType: 6,
|
|
brandId: '', // 品牌id
|
|
brandId: '', // 品牌id
|
|
linkMan: '', // 联系人
|
|
linkMan: '', // 联系人
|
|
mobile: '', // 手机号
|
|
mobile: '', // 手机号
|
|
@@ -120,7 +120,7 @@ export default {
|
|
getList() {
|
|
getList() {
|
|
this.listLoading = true
|
|
this.listLoading = true
|
|
fetchSupplierList(this.listQuery)
|
|
fetchSupplierList(this.listQuery)
|
|
- .then(res => {
|
|
|
|
|
|
+ .then((res) => {
|
|
if (res.code !== 0) return
|
|
if (res.code !== 0) return
|
|
this.list = res.data.list
|
|
this.list = res.data.list
|
|
this.total = res.data.total
|
|
this.total = res.data.total
|