Commit 4255bb31 authored by shenshaokai's avatar shenshaokai

fix: 修改物料审核流程规则-备注

parent 89be6161
......@@ -79,7 +79,9 @@ const Add = () => {
if (code !== 1000) {
return;
}
// 原先是只有默认流程才可以修改
// 产品说,默认和非默认都可以修改 时间 2022/11/08
// 所以这里把标品逻辑改掉,改成都可以修改
// if (data.isDefault === 1) {
getProcessBaseList({ processType: data.baseProcess?.processType })
// }
......
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