gaoluyang
昨天 44177e4d6906a1469efdfd64d652bf05bce5b065
src/views/productionManagement/productStructure/Detail/index.vue
@@ -430,9 +430,7 @@
        children: dataValue.dataList || [],
      })
        .then(res => {
          router.push({
            path: "/salesManagement/productionManagement/productStructure/index",
          });
          router.go(-1);
          ElMessage.success("保存成功");
          dataValue.loading = false;
        })