Browse Source

YT-1202WMS 生产线物料关系管理。新增时弹出提示后一直加载

intex
zhang_li 1 week ago
parent
commit
8a0f2cd3af
  1. 4
      src/views/wms/basicDataManage/itemManage/productionlineitem/index.vue

4
src/views/wms/basicDataManage/itemManage/productionlineitem/index.vue

@ -220,6 +220,7 @@ const openForm = (type: string, row?: any) => {
// form // form
const formsSuccess = async (formType,data) => { const formsSuccess = async (formType,data) => {
try{
var isHave =Productionlineitem.allSchemas.formSchema.some(function (item) { var isHave =Productionlineitem.allSchemas.formSchema.some(function (item) {
return item.field === 'activeTime' || item.field === 'expireTime'; return item.field === 'activeTime' || item.field === 'expireTime';
}); });
@ -246,6 +247,9 @@ const formsSuccess = async (formType,data) => {
}else{ }else{
buttonBaseClick('refresh',null) buttonBaseClick('refresh',null)
} }
} catch {
basicFormRef.value.formLoading = false
}
} }
// //

Loading…
Cancel
Save