53ddc5d2 by lihua

解决合约创建问题

1 parent a355005f
......@@ -450,6 +450,7 @@ export const tagType = (row, type): any => {
state = 'info';
break;
case "A":
case 'B':
state = 'warning'
break;
case "Y":
......@@ -772,6 +773,9 @@ export const tagMethod = (row, type) => {
case "C":
tag = '已撤销'
break;
case "B":
tag = '变更中'
break;
case "E":
tag = '发起失败'
break;
......
......@@ -740,7 +740,6 @@ onBeforeMount(() => {
}
})
}
fullscreenLoading.value = true;
// 连接器不需要用到会员认证信息。未认证的没有菜单。
// psLogon.value = getEnterpriseData({
// logonUser: userData.tenantName == "非认证会员" ? userData.logonUser : tenantData.logonUser
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!