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