mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 08:16:43 +08:00
Merge branch 'feature/【建议书转投保】修改checke校验条件' into dev
# Conflicts: # src/views/ebiz/proposal/List.vue
This commit is contained in:
@@ -80,8 +80,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