张诺
9 天以前 b41552e7d56a7068e9080a475baaef9c173f8b7e
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;
        })