Commit acd6e3e9 authored by 于佳豪's avatar 于佳豪

Merge branch 'feature/JiraTML-148/cxr' of http://119.78.67.12/git/root/ops_2024_vue into hd

parents 4bb1846e d76fb147
...@@ -1183,6 +1183,11 @@ ...@@ -1183,6 +1183,11 @@
supplierCode: currentItem.value.ghsCode, supplierCode: currentItem.value.ghsCode,
type: regionalSpotIsOpen.value, type: regionalSpotIsOpen.value,
}; };
//未开通 清数据量太大,先关闭弹窗,接口报错不影响后端清数据
if (regionalSpotIsOpen.value === '0') {
message.success('正在清理供应商现货管理的所有数据,请耐心等候!');
cancelRegionalSpot();
}
operateisScApi(param).then((res) => { operateisScApi(param).then((res) => {
if (res.success) { if (res.success) {
message.success(res.message); message.success(res.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment