rebuild all
This commit is contained in:
@@ -1433,6 +1433,7 @@ const isAutoSelectPurchaseType = computed(() => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// 判断是否显示自动邀请比选模版(5万<=金额<30万,服务类目,特殊服务类目)
|
// 判断是否显示自动邀请比选模版(5万<=金额<30万,服务类目,特殊服务类目)
|
||||||
const showAutoInviteSelect = computed(() => {
|
const showAutoInviteSelect = computed(() => {
|
||||||
if (!isDeptPurchase.value) return false;
|
if (!isDeptPurchase.value) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user