张诺
10 小时以前 1e8d22aa9b8e76945afecdfa306629ff354c49dd
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;
        })