Commit a1037b82 by cpa

获取状态无权限修改

parent a7ad00be
import request from '@/router/axios'
export function getMerchantByAccount(parameter) {
return request({
url: '/admin/merchantMallGoods/getMerchantByAccount',
......
......@@ -72,7 +72,7 @@ export const tableOption = {
"prop": "state",
"search": true,
"showColumn":false,
dicUrl: "/general/mallGoods/getStateOptions",
dicUrl: "/admin/merchantMallGoods/getStateOptions",
},
{
"type": "input",
......@@ -85,7 +85,7 @@ export const tableOption = {
"prop": "auditState",
"search": true,
"showColumn":false,
dicUrl: "/general/mallGoods/getAuditStateOptions",
dicUrl: "/admin/merchantMallGoods/getAuditStateOptions",
},
{
"type": "input",
......
......@@ -32,7 +32,7 @@ export const tableOption = {
"label": "状态",
"prop": "state",
"search": true,
"dicUrl": "/general/mallOrder/getOrderStateOptions",
"dicUrl": "/admin/merchantMallOrder/getOrderStateOptions",
},
{
"type": "input",
......
......@@ -270,9 +270,7 @@
fetchList(Object.assign({
current: page.currentPage,
size: page.pageSize,
// merchantId:response.data.data.id
merchantId:47
merchantId:response.data.data.id
}, params, this.searchForm)).then(response => {
this.tableData = response.data.data.records
this.page.total = response.data.data.total
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment