|
@@ -125,7 +125,7 @@ const rowClick = (row: Model.QuoteGoodsListRsp) => {
|
|
|
if (userStore.hasAuth) {
|
|
if (userStore.hasAuth) {
|
|
|
const list = protocolList.value.filter(e => { return e.protocolstatus === 4 })
|
|
const list = protocolList.value.filter(e => { return e.protocolstatus === 4 })
|
|
|
if (userStore.userInfo.usertype != 2 && list.length === 0) {
|
|
if (userStore.userInfo.usertype != 2 && list.length === 0) {
|
|
|
- showToast('请先前往通过“我的”-“合同签署”功能菜单签署相应的合同!')
|
|
|
|
|
|
|
+ showToast('请先通过“我的”-“合同签署”功能菜单签署相应的合同!')
|
|
|
} else {
|
|
} else {
|
|
|
setGlobalUrlParams(row)
|
|
setGlobalUrlParams(row)
|
|
|
router.push({ name: 'swap-detail' })
|
|
router.push({ name: 'swap-detail' })
|