mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 13:46:43 +08:00
[FIX] 修改建议书转投保check校验条件
This commit is contained in:
@@ -77,8 +77,10 @@ export default {
|
||||
//获取产品售卖权限列表
|
||||
getProductSellPermissionList(val, that) {
|
||||
let flag = true
|
||||
const data = { productCodes: [val] }
|
||||
if (Object.prototype.toString.call(val) === '[object Array]') data.productCodes = [...val]
|
||||
return new Promise((resolve, reject) => {
|
||||
productCheck({ productCodes: [val] }).then(
|
||||
productCheck(data).then(
|
||||
res => {
|
||||
if (res.result == '0') {
|
||||
if (JSON.stringify(res.content) == '{}') {
|
||||
|
||||
Reference in New Issue
Block a user