Commit a1037b82 by cpa

获取状态无权限修改

parent a7ad00be
import request from '@/router/axios' import request from '@/router/axios'
export function getMerchantByAccount(parameter) { export function getMerchantByAccount(parameter) {
return request({ return request({
url: '/admin/merchantMallGoods/getMerchantByAccount', url: '/admin/merchantMallGoods/getMerchantByAccount',
......
...@@ -72,7 +72,7 @@ export const tableOption = { ...@@ -72,7 +72,7 @@ export const tableOption = {
"prop": "state", "prop": "state",
"search": true, "search": true,
"showColumn":false, "showColumn":false,
dicUrl: "/general/mallGoods/getStateOptions", dicUrl: "/admin/merchantMallGoods/getStateOptions",
}, },
{ {
"type": "input", "type": "input",
...@@ -85,7 +85,7 @@ export const tableOption = { ...@@ -85,7 +85,7 @@ export const tableOption = {
"prop": "auditState", "prop": "auditState",
"search": true, "search": true,
"showColumn":false, "showColumn":false,
dicUrl: "/general/mallGoods/getAuditStateOptions", dicUrl: "/admin/merchantMallGoods/getAuditStateOptions",
}, },
{ {
"type": "input", "type": "input",
......
...@@ -32,7 +32,7 @@ export const tableOption = { ...@@ -32,7 +32,7 @@ export const tableOption = {
"label": "状态", "label": "状态",
"prop": "state", "prop": "state",
"search": true, "search": true,
"dicUrl": "/general/mallOrder/getOrderStateOptions", "dicUrl": "/admin/merchantMallOrder/getOrderStateOptions",
}, },
{ {
"type": "input", "type": "input",
......
...@@ -270,9 +270,7 @@ ...@@ -270,9 +270,7 @@
fetchList(Object.assign({ fetchList(Object.assign({
current: page.currentPage, current: page.currentPage,
size: page.pageSize, size: page.pageSize,
// merchantId:response.data.data.id merchantId:response.data.data.id
merchantId:47
}, params, this.searchForm)).then(response => { }, params, this.searchForm)).then(response => {
this.tableData = response.data.data.records this.tableData = response.data.data.records
this.page.total = response.data.data.total 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